]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix bug #1891
authorMarco van Wieringen <mvw@planets.elm.net>
Tue, 26 Jun 2012 15:14:50 +0000 (17:14 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:51 +0000 (14:50 +0200)
Both the storage daemon and director should use the correct name
in the usage output. The file daemon already uses bacula-fd and
from now on bacula-sd and bacula-dir is used for the other daemons
in their usage output.

bacula/src/dird/dird.c
bacula/src/stored/stored.c

index fec7135072c0073c9c3230a209cf369e85320d51..1c74ea049170772121247d73a8d595c7431a86f2 100644 (file)
@@ -110,7 +110,7 @@ static void usage()
    fprintf(stderr, _(
 PROG_COPYRIGHT
 "\nVersion: %s (%s)\n\n"
-"Usage: dird [-f -s] [-c config_file] [-d debug_level] [config_file]\n"
+"Usage: bacula-dir [-f -s] [-c config_file] [-d debug_level] [config_file]\n"
 "       -c <file>   set configuration file to file\n"
 "       -d <nn>     set debug level to <nn>\n"
 "       -dt         print timestamp in debug output\n"
index 05c108a9cc258e6ac70decc14c6198c95c068ee1..e0cb9dfafd51f613bb9f3008070b13d7ba55c18d 100644 (file)
@@ -85,7 +85,7 @@ static void usage()
    fprintf(stderr, _(
 PROG_COPYRIGHT
 "\nVersion: %s (%s)\n\n"
-"Usage: stored [options] [-c config_file] [config_file]\n"
+"Usage: bacula-sd [options] [-c config_file] [config_file]\n"
 "        -c <file>   use <file> as configuration file\n"
 "        -d <nn>     set debug level to <nn>\n"
 "        -dt         print timestamp in debug output\n"