]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak help on list command
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 11 Feb 2010 13:39:18 +0000 (14:39 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:28 +0000 (16:49 +0200)
bacula/src/dird/ua_cmds.c

index 6e93c0267daf6990359a1e60c423b97014b31d7f..829382f54df9bbdbfdf5c1d1f79b19f6e9eaff42 100644 (file)
@@ -138,7 +138,7 @@ static struct cmdstruct commands[] = {                                      /* C
 
  { NT_("label"),      label_cmd,     _("Label a tape"), NT_("storage=<storage> volume=<vol> pool=<pool>"), false},
  { NT_("list"),       list_cmd,      _("List objects from catalog"), 
-   NT_("pools | jobs | jobtotals | media <pool=pool-name> | files jobid=<nn> | copies jobid=<nn>"), true},
+   NT_("pools | jobs | jobtotals | volume | media <pool=pool-name> | files jobid=<nn> | copies jobid=<nn>"), true},
 
  { NT_("llist"),      llist_cmd,     _("Full or long list like list command"),
    NT_("pools | jobs | jobtotals | media <pool=pool-name> | files jobid=<nn> | copies jobid=<nn>"), true},