From: Eric Bollengier Date: Thu, 11 Feb 2010 13:39:18 +0000 (+0100) Subject: tweak help on list command X-Git-Tag: Release-5.2.1~1773 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bd314eb6b3bf0cc8f7d26c328eb57b917aa166d5;p=bacula%2Fbacula tweak help on list command --- diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 6e93c0267d..829382f54d 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -138,7 +138,7 @@ static struct cmdstruct commands[] = { /* C { NT_("label"), label_cmd, _("Label a tape"), NT_("storage= volume= pool="), false}, { NT_("list"), list_cmd, _("List objects from catalog"), - NT_("pools | jobs | jobtotals | media | files jobid= | copies jobid="), true}, + NT_("pools | jobs | jobtotals | volume | media | files jobid= | copies jobid="), true}, { NT_("llist"), llist_cmd, _("Full or long list like list command"), NT_("pools | jobs | jobtotals | media | files jobid= | copies jobid="), true},