]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/bcopy.c
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / stored / bcopy.c
index 36a4a45ce596fa54eeb7745270d7b1638783a44d..fc9452c16a2c0d620f6ddbd8f1c6d565d6f2bc8f 100644 (file)
@@ -57,11 +57,11 @@ static void usage()
 "Usage: bcopy [-d debug_level] <input-archive> <output-archive>\n"
 "       -b bootstrap      specify a bootstrap file\n"
 "       -c <file>         specify configuration file\n"
-"       -dnn              set debug level to nn\n"
+"       -d <nn>           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 <dir>          specify working directory (default /tmp)\n"
 "       -?                print this message\n\n"));
    exit(1);
 }