From a8e01fac2f8b8fec1ddfcde3aa10e3d114f3a139 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 2 Jul 2009 12:39:46 +0000 Subject: [PATCH] ebl Update help page with accurate=yes/no git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8950 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/dird/ua_cmds.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 0ac8ba0fb6..6fb958a074 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -122,7 +122,8 @@ static struct cmdstruct commands[] = { /* C { NT_("delete"), delete_cmd, _("delete [volume= pool= job jobid=]"), true}, { NT_("disable"), disable_cmd, _("disable -- disable a job"), true}, { NT_("enable"), enable_cmd, _("enable -- 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}, -- 2.39.5