Skip to content

Commit

Permalink
Import external changes for manpages and unused flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 30df0c1 commit cea7d88
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 7 deletions.
3 changes: 3 additions & 0 deletions manpages/bareos-dir.8
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions manpages/bareos-fd.8
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions manpages/bareos-sd.8
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions manpages/bconsole.8
Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 0 additions & 3 deletions manpages/btape.8
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/console/console.c
Expand Up @@ -1037,7 +1037,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) {
Expand Down

0 comments on commit cea7d88

Please sign in to comment.