From: Stefan Huber Date: Sun, 20 May 2012 15:20:16 +0000 (+0200) Subject: update manpage X-Git-Tag: v1.0~1 X-Git-Url: https://git.sthu.org/?p=sitarba.git;a=commitdiff_plain;h=2cb9c718633a922bcee6d3dbb27d448c38d6a7d6 update manpage --- diff --git a/Makefile b/Makefile index 2365971..6db310f 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,14 @@ CONFFILE = /etc/shbackup.conf ###################################################################### -all: +all: shbackup.1 install: all install -m 0755 shbackup $(BINPATH)/shbackup install -m 0644 shbackup.conf $(CONFFILE) install -m 0644 shbackup.1 $(MANPATH)/man1/shbackup.1 +shbackup.1: + docbook2man.pl $< + + diff --git a/shbackup.1 b/shbackup.1 index 4788fe3..28efa25 100644 --- a/shbackup.1 +++ b/shbackup.1 @@ -56,5 +56,16 @@ week, day, hour, sporadic. \*(T<\fB\-m, \-\-mode MODE\fR\*(T> Instead of configured mode use MODE, which can be full, diff or incr. +.TP +\*(T<\fB\-v, \-\-verbose\fR\*(T> +Be more verbose and interact with user. +Equal to --verbosity info. +.TP +\*(T<\fB\-\-verbosity LEVEL\fR\*(T> +Set verbosity to LEVEL, which can be +error, warning, info, debug. +.TP +\*(T<\fB\-V, \-\-version\fR\*(T> +Print version info. .SH AUTHOR Stefan HUBER diff --git a/shbackup.docbook b/shbackup.docbook index 73b2fe8..b3bc0a0 100644 --- a/shbackup.docbook +++ b/shbackup.docbook @@ -117,6 +117,30 @@ + + + + Be more verbose and interact with user. + Equal to --verbosity info. + + + + + + + Set verbosity to LEVEL, which can be + error, warning, info, debug. + + + + + + + Print version info. + + + +