From: Kern Sibbald Date: Sat, 26 Sep 2009 17:09:04 +0000 (+0200) Subject: Tweak some -? printout X-Git-Tag: Release-5.0.0~299^2~13 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fd7a7bbe7116118e7da6250e8fe86525d536d08f;p=bacula%2Fbacula Tweak some -? printout --- diff --git a/bacula/src/filed/filed.c b/bacula/src/filed/filed.c index 15cc707a89..a8ee0b2163 100644 --- a/bacula/src/filed/filed.c +++ b/bacula/src/filed/filed.c @@ -79,7 +79,7 @@ PROG_COPYRIGHT "Usage: bacula-fd [-f -s] [-c config_file] [-d debug_level]\n" " -c use as configuration file\n" " -d set debug level to \n" -" -dt print timestamp in debug output\n" +" -dt print a timestamp in debug output\n" " -f run in foreground (for debugging)\n" " -g groupid\n" " -k keep readall capabilities\n" diff --git a/bacula/src/tools/bsmtp.c b/bacula/src/tools/bsmtp.c index 3d19accd93..acb4cf25dc 100644 --- a/bacula/src/tools/bsmtp.c +++ b/bacula/src/tools/bsmtp.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2001-2008 Free Software Foundation Europe e.V. + Copyright (C) 2001-2009 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -185,15 +185,15 @@ static void usage() fprintf(stderr, _("\n" "Usage: %s [-f from] [-h mailhost] [-s subject] [-c copy] [recipient ...]\n" -" -8 set charset utf-8\n" +" -8 set charset to UTF-8\n" " -c set the Cc: field\n" " -d set debug level to \n" -" -dt print timestamp in debug output\n" +" -dt print a timestamp in debug output\n" " -f set the From: field\n" " -h use mailhost:port as the SMTP server\n" " -s set the Subject: field\n" " -r set the Reply-To: field\n" -" -l set the maximum number of lines that should be sent (default: unlimited)\n" +" -l set the maximum number of lines to send (default: unlimited)\n" " -? print this message.\n" "\n"), MY_NAME); diff --git a/bacula/src/tools/dbcheck.c b/bacula/src/tools/dbcheck.c index a29d98b6a4..924fcfc5f2 100644 --- a/bacula/src/tools/dbcheck.c +++ b/bacula/src/tools/dbcheck.c @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2002-2008 Free Software Foundation Europe e.V. + Copyright (C) 2002-2009 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -118,7 +118,7 @@ static void usage() " -c Director conf filename\n" " -B print catalog configuration and exit\n" " -d set debug level to \n" -" -dt print timestamp in debug output\n" +" -dt print a timestamp in debug output\n" " -f fix inconsistencies\n" " -v verbose\n" " -? print this message\n\n");