]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix -p/-P in bscan.8 man page
authorJohn Goerzen <jgoerzen@complete.org>
Tue, 8 Sep 2009 14:50:30 +0000 (16:50 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 8 Sep 2009 14:51:21 +0000 (16:51 +0200)
bacula/manpages/bscan.8
bacula/technotes

index 3d9d6c323a41ba9433964fb50cd427a8e86fb7ba..ee7e997ac10dea1de06ede1c312419cad41248cd 100644 (file)
@@ -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
index ef802035f9166fe3d21c05f401503ad4855bef11..01952b353bd935b22066cbbd710ddea9e6f47d72 100644 (file)
@@ -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