From: John Goerzen Date: Tue, 8 Sep 2009 14:50:30 +0000 (+0200) Subject: Fix -p/-P in bscan.8 man page X-Git-Tag: Release-7.0.0~2633^2~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=9918974dce449b2607de3b10994a3161977726dc;p=bacula%2Fbacula Fix -p/-P in bscan.8 man page --- diff --git a/bacula/manpages/bscan.8 b/bacula/manpages/bscan.8 index 3d9d6c323a..ee7e997ac1 100644 --- a/bacula/manpages/bscan.8 +++ b/bacula/manpages/bscan.8 @@ -58,7 +58,7 @@ Specify the database name (default: \fIbacula\fP) .BI \-u\ username Specify database username (default: \fIbacula\fP) .TP -.BI \-p\ password +.BI \-P\ password Specify database password (default: \fInone\fP) .TP .BI \-h\ host @@ -73,6 +73,9 @@ Synchronize or store in Database. .B \-v Verbose output mode. .TP +.B \-p +Proceed inspite of I/O errors +.TP .BI \-V\ volume Specify volume names (separated by '|') .TP diff --git a/bacula/technotes b/bacula/technotes index ef802035f9..01952b353b 100644 --- a/bacula/technotes +++ b/bacula/technotes @@ -2,6 +2,8 @@ General: +08Sep09 +ebl Fix #1373 about typo in bscan manpages. Thanks to John Goerzen. 07Sep09 ebl Make output of new commands .lsdir/.lsfile more usable. kes Apply Marco's git format-patch patches for bugs #1365 and #1366