From dbea2731447e90ea18b873249ebe4a039392868b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 10 Oct 2003 08:14:37 +0000 Subject: [PATCH] Fix usage display btape, bextract, ... git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@742 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/stored/bcopy.c | 4 ++-- bacula/src/stored/bextract.c | 6 +++--- bacula/src/stored/bscan.c | 14 +++++++------- bacula/src/stored/btape.c | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/bacula/src/stored/bcopy.c b/bacula/src/stored/bcopy.c index 36a4a45ce5..fc9452c16a 100644 --- a/bacula/src/stored/bcopy.c +++ b/bacula/src/stored/bcopy.c @@ -57,11 +57,11 @@ static void usage() "Usage: bcopy [-d debug_level] \n" " -b bootstrap specify a bootstrap file\n" " -c specify configuration file\n" -" -dnn set debug level to nn\n" +" -d set debug level to nn\n" " -v verbose\n" " -i specify input Volume names (separated by |)\n" " -o specify output Volume names (separated by |)\n" -" -w dir specify working directory (default /tmp)\n" +" -w specify working directory (default /tmp)\n" " -? print this message\n\n")); exit(1); } diff --git a/bacula/src/stored/bextract.c b/bacula/src/stored/bextract.c index 6f058b4c4a..3b8d4794fd 100644 --- a/bacula/src/stored/bextract.c +++ b/bacula/src/stored/bextract.c @@ -71,13 +71,13 @@ static void usage() { fprintf(stderr, "\nVersion: " VERSION " (" BDATE ")\n\n" -"Usage: bextract [-d debug_level] \n" +"Usage: bextract \n" " -b specify a bootstrap file\n" " -c specify a configuration file\n" -" -dnn set debug level to nn\n" +" -d set debug level to nn\n" " -e exclude list\n" " -i include list\n" -" -V specify Volume names (separated by |)\n" +" -V specify Volume names (separated by |)\n" " -? print this message\n\n"); exit(1); } diff --git a/bacula/src/stored/bscan.c b/bacula/src/stored/bscan.c index 897ff9e664..1bf6a8836b 100644 --- a/bacula/src/stored/bscan.c +++ b/bacula/src/stored/bscan.c @@ -102,17 +102,17 @@ static void usage() "Usage: bscan [-d debug_level] \n" " -b bootstrap specify a bootstrap file\n" " -c specify configuration file\n" -" -dnn set debug level to nn\n" +" -d set debug level to nn\n" " -m update media info in database\n" -" -n name specify the database name (default bacula)\n" -" -u user specify database user name (default bacula)\n" -" -p password specify database password (default none)\n" -" -h host specify database host (default NULL)\n" +" -n specify the database name (default bacula)\n" +" -u specify database user name (default bacula)\n" +" -p specify database host (default NULL)\n" " -r list records\n" " -s synchronize or store in database\n" " -v verbose\n" -" -V specify Volume names (separated by |)\n" -" -w dir specify working directory (default from conf file)\n" +" -V specify Volume names (separated by |)\n" +" -w specify working directory (default from conf file)\n" " -? print this message\n\n")); exit(1); } diff --git a/bacula/src/stored/btape.c b/bacula/src/stored/btape.c index ee3a24a1f3..c6625c05dd 100644 --- a/bacula/src/stored/btape.c +++ b/bacula/src/stored/btape.c @@ -1743,9 +1743,9 @@ static void usage() { fprintf(stderr, _( "\nVersion: " VERSION " (" BDATE ")\n\n" -"Usage: btape [-c config_file] [-d debug_level] device_name\n" +"Usage: btape \n" " -c set configuration file to file\n" -" -dnn set debug level to nn\n" +" -d set debug level to nn\n" " -s turn off signals\n" " -t open the default tape device\n" " -? print this message.\n" -- 2.39.5