Blame SOURCES/bacula-help-update.patch

811809
diff --git a/manpages/bacula-dir.8 b/manpages/bacula-dir.8
811809
index 50056e8..0486bf4 100644
811809
--- a/manpages/bacula-dir.8
811809
+++ b/manpages/bacula-dir.8
811809
@@ -37,6 +37,9 @@ Run in foreground (for debugging).
811809
 .BI \-g\  group
811809
 Set the group/gid to run as.
811809
 .TP
811809
+.BI \-m 
811809
+Print kaboom output (for debugging)
811809
+.TP
811809
 .BI \-r\  job
811809
 Run <job>.
811809
 .TP
811809
diff --git a/manpages/bacula-fd.8 b/manpages/bacula-fd.8
811809
index 2dfbf9e..d0b2169 100644
811809
--- a/manpages/bacula-fd.8
811809
+++ b/manpages/bacula-fd.8
811809
@@ -39,12 +39,12 @@ Run in foreground (for debugging).
811809
 .BI \-g\  group
811809
 Set the group/gid to run as.
811809
 .TP
811809
-.BI \-p
811809
-Proceed inspite of I/O errors
811809
-.TP
811809
 .BI \-k
811809
 Keep readall permission when dropping privileges.
811809
 .TP
811809
+.BI \-m
811809
+Print kaboom output (for debugging)
811809
+.TP
811809
 .BI \-s
811809
 No signals (for debugging).
811809
 .TP
811809
diff --git a/manpages/bacula-sd.8 b/manpages/bacula-sd.8
811809
index 6dd36dc..aed27a3 100644
811809
--- a/manpages/bacula-sd.8
811809
+++ b/manpages/bacula-sd.8
811809
@@ -40,6 +40,9 @@ Set the group/gid to run as.
811809
 .BI \-p
811809
 Proceed in spite of I/O errors
811809
 .TP
811809
+.BI \-m
811809
+Print kaboom output (for debugging)
811809
+.TP
811809
 .BI \-s
811809
 No signals (for debugging).
811809
 .TP
811809
diff --git a/manpages/bconsole.8 b/manpages/bconsole.8
811809
index a765b2e..d12bd2d 100644
811809
--- a/manpages/bconsole.8
811809
+++ b/manpages/bconsole.8
811809
@@ -18,6 +18,12 @@ command.
811809
 .PP
811809
 .SH OPTIONS
811809
 .TP
811809
+.BI \-D\  dir
811809
+Select a Director.
811809
+.TP
811809
+.BI \-l
811809
+List defined Directors.
811809
+.TP
811809
 .BI \-c\  config
811809
 Specify configuration file.
811809
 .TP
811809
@@ -33,6 +39,9 @@ No conio (for scripting).
811809
 .B \-s
811809
 No signals (for debugging).
811809
 .TP
811809
+.b \-u\  nn
811809
+Set command execution timeout to \fInn\fP seconds
811809
+.TP
811809
 .B \-t
811809
 Test the configuration file and report errors.
811809
 .TP
811809
diff --git a/manpages/btape.8 b/manpages/btape.8
811809
index dff8d0e..3a149dc 100644
811809
--- a/manpages/btape.8
811809
+++ b/manpages/btape.8
811809
@@ -38,9 +38,6 @@ Set debug level to \fInn\fP.
811809
 .BI \-p
811809
 Proceed inspite of I/O errors.
811809
 .TP
811809
-.B \-t
811809
-Open the default tape device.
811809
-.TP
811809
 .B \-s
811809
 No signals (for debugging).
811809
 .TP
811809
diff --git a/src/console/console.c b/src/console/console.c
811809
index 999515f..40ca8f6 100644
811809
--- a/src/console/console.c
811809
+++ b/src/console/console.c
811809
@@ -1019,7 +1019,7 @@ int main(int argc, char *argv[])
811809
    working_directory = "/tmp";
811809
    args = get_pool_memory(PM_FNAME);
811809
 
811809
-   while ((ch = getopt(argc, argv, "D:lbc:d:nstu:?")) != -1) {
811809
+   while ((ch = getopt(argc, argv, "D:lc:d:nstu:?")) != -1) {
811809
       switch (ch) {
811809
       case 'D':                    /* Director */
811809
          if (director) {