]> git.sur5r.net Git - bacula/bacula/commitdiff
Apply fix supplied in bug for help command in console
authorKern Sibbald <kern@sibbald.com>
Tue, 10 May 2005 20:32:14 +0000 (20:32 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 10 May 2005 20:32:14 +0000 (20:32 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2023 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_cmds.c

index 5c0da912ada4c87cc7b84e2c0131bf5ca5328653..1cfceb494fa15692995cf730458cb52567596264 100644 (file)
@@ -94,7 +94,7 @@ static struct cmdstruct commands[] = {
  { N_("add"),        add_cmd,         _("add media to a pool")},
  { N_("autodisplay"), autodisplay_cmd, _("autodisplay [on|off] -- console messages")},
  { N_("automount"),   automount_cmd,  _("automount [on|off] -- after label")},
- { N_("cancel"),     cancel_cmd,    _("cancel <job=nnn> -- cancel a job")},
+ { N_("cancel"),     cancel_cmd,    _("cancel [<jobid=nnn> | <job=name>] -- cancel a job")},
  { N_("create"),     create_cmd,    _("create DB Pool from resource")},
  { N_("delete"),     delete_cmd,    _("delete [pool=<pool-name> | media volume=<volume-name>]")},
  { N_("estimate"),   estimate_cmd,  _("performs FileSet estimate, listing gives full listing")},