diff --git a/src/console/console.c b/src/console/console.c index b50ca3d0ba7..dc47cdb8696 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -115,7 +115,7 @@ PROG_COPYRIGHT "Usage: bconsole [-s] [-c config_file] [-d debug_level]\n" " -D select a Director\n" " -l list Directors defined\n" -" -c set configuration file to file\n" +" -c specify configuration file or directory\n" " -d set debug level to \n" " -dt print timestamp in debug output\n" " -n no conio\n" diff --git a/src/dird/dird.c b/src/dird/dird.c index 8e714b6ae50..ecfba0073b7 100644 --- a/src/dird/dird.c +++ b/src/dird/dird.c @@ -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 use as configuration file\n" +"Usage: bareos-dir [options]\n" +" -c use as configuration file or directory\n" " -d set debug level to \n" " -dt print timestamp in debug output\n" " -f run in foreground (for debugging)\n" diff --git a/src/stored/bcopy.c b/src/stored/bcopy.c index 4a64dd450fc..0523febec19 100644 --- a/src/stored/bcopy.c +++ b/src/stored/bcopy.c @@ -58,7 +58,7 @@ PROG_COPYRIGHT "\nVersion: %s (%s)\n\n" "Usage: bcopy [-d debug_level] \n" " -b bootstrap specify a bootstrap file\n" -" -c specify a Storage configuration file\n" +" -c specify a Storage configuration file or directory\n" " -D specify a director name specified in the Storage\n" " configuration file for the Key Encryption Key selection\n" " -d set debug level to \n" diff --git a/src/stored/bextract.c b/src/stored/bextract.c index e06dea466e0..270d622bd87 100644 --- a/src/stored/bextract.c +++ b/src/stored/bextract.c @@ -69,7 +69,7 @@ PROG_COPYRIGHT "\nVersion: %s (%s)\n\n" "Usage: bextract \n" " -b specify a bootstrap file\n" -" -c specify a Storage configuration file\n" +" -c specify a Storage configuration file or directory\n" " -D specify a director name specified in the Storage\n" " configuration file for the Key Encryption Key selection\n" " -d set debug level to \n" diff --git a/src/stored/bls.c b/src/stored/bls.c index 67e43dff333..5e47c8df7e5 100644 --- a/src/stored/bls.c +++ b/src/stored/bls.c @@ -62,7 +62,7 @@ PROG_COPYRIGHT "\nVersion: %s (%s)\n\n" "Usage: bls [options] \n" " -b specify a bootstrap file\n" -" -c specify a Storage configuration file\n" +" -c specify a Storage configuration file or directory\n" " -D specify a director name specified in the Storage\n" " configuration file for the Key Encryption Key selection\n" " -d set debug level to \n" diff --git a/src/stored/bscan.c b/src/stored/bscan.c index caf4530b5fa..0dbe443f7fc 100644 --- a/src/stored/bscan.c +++ b/src/stored/bscan.c @@ -104,7 +104,7 @@ PROG_COPYRIGHT "Usage: bscan [ options ] \n" " -B specify the database driver name (default NULL) \n" " -b specify a bootstrap file\n" -" -c specify storage daemon configuration file\n" +" -c specify a Storage configuration file or directory\n" " -d set debug level to \n" " -dt print timestamp in debug output\n" " -m update media info in database\n" diff --git a/src/stored/btape.c b/src/stored/btape.c index b59448429b9..07019dec598 100644 --- a/src/stored/btape.c +++ b/src/stored/btape.c @@ -3009,7 +3009,7 @@ PROG_COPYRIGHT "\nVersion: %s (%s)\n\n" "Usage: btape \n" " -b specify bootstrap file\n" -" -c set Storage configuration file to file\n" +" -c specify Storage configuration file or directory\n" " -D specify a director name specified in the Storage\n" " configuration file for the Key Encryption Key selection\n" " -d set debug level to \n" diff --git a/src/stored/stored.c b/src/stored/stored.c index 25c15f30866..4a3cc5da68c 100644 --- a/src/stored/stored.c +++ b/src/stored/stored.c @@ -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 use as configuration file\n" +"Usage: bareos-sd [options]\n" +" -c use as configuration file or directory\n" " -d set debug level to \n" " -dt print timestamp in debug output\n" " -f run in foreground (for debugging)\n"