]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Update help page with accurate=yes/no
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 2 Jul 2009 12:39:46 +0000 (12:39 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 2 Jul 2009 12:39:46 +0000 (12:39 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8950 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/ua_cmds.c

index 0ac8ba0fb6b860cd51997ae2a720bf193f7124a2..6fb958a0749869392f7663c1457cd34660f97ab6 100644 (file)
@@ -122,7 +122,8 @@ static struct cmdstruct commands[] = {                                      /* C
  { NT_("delete"),     delete_cmd,    _("delete [volume=<vol-name> pool=<pool-name> job jobid=<id>]"), true},
  { NT_("disable"),    disable_cmd,   _("disable <job=name> -- disable a job"),        true},
  { NT_("enable"),     enable_cmd,    _("enable <job=name> -- enable a job"),          true},
- { NT_("estimate"),   estimate_cmd,  _("performs FileSet estimate, listing gives full listing"), true},
+ { NT_("estimate"),   estimate_cmd,  _("performs FileSet estimate, listing gives full listing"
+       "\n               you can make it more accurate with accurate=yes/no"), true},
  { NT_("exit"),       quit_cmd,      _("exit = quit"),                                false},
  { NT_("gui"),        gui_cmd,       _("gui [on|off] -- non-interactive gui mode"),   false},
  { NT_("help"),       help_cmd,      _("print this command"),                         false},