]> git.sur5r.net Git - bacula/bacula/commitdiff
Align command line switches in manpages.
authorSimone Caronni <negativo17@gmail.com>
Sun, 30 Mar 2014 14:46:52 +0000 (16:46 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 30 Mar 2014 14:46:52 +0000 (16:46 +0200)
bacula/manpages/bacula-dir.8
bacula/manpages/bacula-fd.8
bacula/manpages/bacula-sd.8
bacula/manpages/bacula-tray-monitor.1
bacula/manpages/bconsole.8
bacula/manpages/btape.8
bacula/src/console/console.c

index c5cd965c8c92f9460737020883d54bcf6fd6040b..e3664b6856c2d14bc3879fb4e086facf42e9713c 100644 (file)
@@ -37,6 +37,9 @@ Run in foreground (for debugging).
 .BI \-g\  group
 Set the group/gid to run as.
 .TP
+.BI \-m
+Print kaboom output (for debugging).
+.TP
 .BI \-r\  job
 Run <job>.
 .TP
index 9e9fca0f3bd3ffaba292b95b695de57cc2d3574c..6a4d7fb1a9487049c5e25c40f4dda78b3e3c45d4 100644 (file)
@@ -39,12 +39,12 @@ Run in foreground (for debugging).
 .BI \-g\  group
 Set the group/gid to run as.
 .TP
-.BI \-p
-Proceed inspite of I/O errors
-.TP
 .BI \-k
 Keep readall permission when dropping privileges.
 .TP
+.BI \-m
+Print kaboom output (for debugging).
+.TP
 .BI \-s
 No signals (for debugging).
 .TP
index 6dd36dc7f8f6ce7345f0e4acf8fc9d156fe3ba4a..aed27a3120d6f285453a71c151a40ccf38dffc21 100644 (file)
@@ -40,6 +40,9 @@ Set the group/gid to run as.
 .BI \-p
 Proceed in spite of I/O errors
 .TP
+.BI \-m
+Print kaboom output (for debugging)
+.TP
 .BI \-s
 No signals (for debugging).
 .TP
index 811a4e4c6d16f2df3682476981710c849670a8e5..39a2869324925ca42ec44cd428186f4a101b9019 100644 (file)
@@ -25,6 +25,9 @@ Specify configuration file.
 .B \-d <nn>
 Set debug level to \fInn\fP.
 .TP
+.B \-dt
+Print timestamp in debug output.
+.TP
 .B \-t
 Test config mode: read configuration and exit.
 .TP
@@ -32,7 +35,6 @@ Test config mode: read configuration and exit.
 Show version and usage of program.
 .SH SEE ALSO
 .BR bacula-dir (8),
-.BR bacula-wxconsole (1)
 .BR bls (1),
 .BR bextract (1).
 .br
index 13d892c8592e89c04ad77037bf07a6a0138d1897..b536783c25374c2fe39e28a8e6bd70454dac586c 100644 (file)
@@ -18,6 +18,12 @@ command.
 .PP
 .SH OPTIONS
 .TP
+.BI \-D\  dir
+Select a Director.
+.TP
+.BI \-l
+List defined Directors.
+.TP
 .BI \-c\  config
 Specify configuration file.
 .TP
@@ -33,6 +39,9 @@ No conio (for scripting).
 .B \-s
 No signals (for debugging).
 .TP
+.b \-u\  nn
+Set command execution timeout to \fInn\fP seconds.
+.TP
 .B \-t
 Test the configuration file and report errors.
 .TP
index e19a36f44b7dddeaeb4ad1f7e357183b2c0fe410..2188ce2e280181f3cba04dcdbcadd82474119edc 100644 (file)
@@ -38,9 +38,6 @@ Set debug level to \fInn\fP.
 .BI \-p
 Proceed inspite of I/O errors.
 .TP
-.B \-t
-Open the default tape device.
-.TP
 .B \-s
 No signals (for debugging).
 .TP
index 80176a7c9081d59115824a0f1d4408b71935cb04..b1f147646ebb5ac59fa60409a9175f343aa6dabf 100644 (file)
@@ -1011,7 +1011,7 @@ int main(int argc, char *argv[])
    working_directory = "/tmp";
    args = get_pool_memory(PM_FNAME);
 
-   while ((ch = getopt(argc, argv, "D:lbc:d:nstu:?")) != -1) {
+   while ((ch = getopt(argc, argv, "D:lc:d:nstu:?")) != -1) {
       switch (ch) {
       case 'D':                    /* Director */
          if (director) {