Skip to content

Commit

Permalink
subdirectory configuration scheme: adapt usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Aug 25, 2016
1 parent e5f67ab commit bcbb17f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/console/console.c
Expand Up @@ -115,7 +115,7 @@ PROG_COPYRIGHT
"Usage: bconsole [-s] [-c config_file] [-d debug_level]\n"
" -D <dir> select a Director\n"
" -l list Directors defined\n"
" -c <file> set configuration file to file\n"
" -c <path> specify configuration file or directory\n"
" -d <nn> set debug level to <nn>\n"
" -dt print timestamp in debug output\n"
" -n no conio\n"
Expand Down
4 changes: 2 additions & 2 deletions src/dird/dird.c
Expand Up @@ -169,8 +169,8 @@ static void usage()
fprintf(stderr, _(
PROG_COPYRIGHT
"\nVersion: %s (%s)\n\n"
"Usage: bareos-dir [options] [-c config_file] [-d debug_level] [config_file]\n"
" -c <file> use <file> as configuration file\n"
"Usage: bareos-dir [options]\n"
" -c <path> use <path> as configuration file or directory\n"
" -d <nn> set debug level to <nn>\n"
" -dt print timestamp in debug output\n"
" -f run in foreground (for debugging)\n"
Expand Down
2 changes: 1 addition & 1 deletion src/stored/bcopy.c
Expand Up @@ -58,7 +58,7 @@ PROG_COPYRIGHT
"\nVersion: %s (%s)\n\n"
"Usage: bcopy [-d debug_level] <input-archive> <output-archive>\n"
" -b bootstrap specify a bootstrap file\n"
" -c <file> specify a Storage configuration file\n"
" -c <path> specify a Storage configuration file or directory\n"
" -D <director> specify a director name specified in the Storage\n"
" configuration file for the Key Encryption Key selection\n"
" -d <nn> set debug level to <nn>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/stored/bextract.c
Expand Up @@ -69,7 +69,7 @@ PROG_COPYRIGHT
"\nVersion: %s (%s)\n\n"
"Usage: bextract <options> <bareos-archive-device-name> <directory-to-store-files>\n"
" -b <file> specify a bootstrap file\n"
" -c <file> specify a Storage configuration file\n"
" -c <path> specify a Storage configuration file or directory\n"
" -D <director> specify a director name specified in the Storage\n"
" configuration file for the Key Encryption Key selection\n"
" -d <nn> set debug level to <nn>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/stored/bls.c
Expand Up @@ -62,7 +62,7 @@ PROG_COPYRIGHT
"\nVersion: %s (%s)\n\n"
"Usage: bls [options] <device-name>\n"
" -b <file> specify a bootstrap file\n"
" -c <file> specify a Storage configuration file\n"
" -c <path> specify a Storage configuration file or directory\n"
" -D <director> specify a director name specified in the Storage\n"
" configuration file for the Key Encryption Key selection\n"
" -d <nn> set debug level to <nn>\n"
Expand Down
2 changes: 1 addition & 1 deletion src/stored/bscan.c
Expand Up @@ -104,7 +104,7 @@ PROG_COPYRIGHT
"Usage: bscan [ options ] <device-name>\n"
" -B <drivername> specify the database driver name (default NULL) <postgresql|mysql|sqlite3>\n"
" -b <bootstrap> specify a bootstrap file\n"
" -c <file> specify storage daemon configuration file\n"
" -c <path> specify a Storage configuration file or directory\n"
" -d <nnn> set debug level to <nnn>\n"
" -dt print timestamp in debug output\n"
" -m update media info in database\n"
Expand Down
2 changes: 1 addition & 1 deletion src/stored/btape.c
Expand Up @@ -3009,7 +3009,7 @@ PROG_COPYRIGHT
"\nVersion: %s (%s)\n\n"
"Usage: btape <options> <device_name>\n"
" -b <file> specify bootstrap file\n"
" -c <file> set Storage configuration file to file\n"
" -c <path> specify Storage configuration file or directory\n"
" -D <director> specify a director name specified in the Storage\n"
" configuration file for the Key Encryption Key selection\n"
" -d <nn> set debug level to <nn>\n"
Expand Down
4 changes: 2 additions & 2 deletions src/stored/stored.c
Expand Up @@ -68,8 +68,8 @@ static void usage()
fprintf(stderr, _(
PROG_COPYRIGHT
"\nVersion: %s (%s)\n\n"
"Usage: bareos-sd [options] [-c config_file] [config_file]\n"
" -c <file> use <file> as configuration file\n"
"Usage: bareos-sd [options]\n"
" -c <path> use <path> as configuration file or directory\n"
" -d <nn> set debug level to <nn>\n"
" -dt print timestamp in debug output\n"
" -f run in foreground (for debugging)\n"
Expand Down

0 comments on commit bcbb17f

Please sign in to comment.