]> git.sur5r.net Git - bacula/bacula/commitdiff
Add level option to estimate help command
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 31 Aug 2010 21:01:50 +0000 (23:01 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Tue, 31 Aug 2010 21:01:50 +0000 (23:01 +0200)
bacula/src/dird/ua_cmds.c

index 5672353ce5551aa9fe9789e1bf276d761143d3b8..7d637659c51616b54b2395c8918ca86901498c7e 100644 (file)
@@ -127,7 +127,7 @@ static struct cmdstruct commands[] = {                                      /* C
  { NT_("disable"),    disable_cmd,   _("Disable a job"), NT_("job=<name>"),        true},
  { NT_("enable"),     enable_cmd,    _("Enable a job"), NT_("job=<name>"),          true},
  { NT_("estimate"),   estimate_cmd,  _("Performs FileSet estimate, listing gives full listing"), 
-   NT_("fileset=<fs> client=<cli> accurate=<yes/no> job=<job> listing"), true},
+   NT_("fileset=<fs> client=<cli> level=<level> accurate=<yes/no> job=<job> listing"), true},
 
  { NT_("exit"),       quit_cmd,      _("Terminate Bconsole session"), NT_(""),         false},
  { NT_("gui"),        gui_cmd,       _("Non-interactive gui mode"),   NT_("on | off"), false},