From e181f3f5cdb36a2fe4bae92c9d378e0258a00d4e Mon Sep 17 00:00:00 2001 From: Michal Rakowski Date: Thu, 12 Nov 2020 13:08:27 +0100 Subject: [PATCH] Fix #6980 About lack of help for 'delete object' command --- bacula/src/dird/ua_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/dird/ua_cmds.c b/bacula/src/dird/ua_cmds.c index 22c59e42c..fc7bb942b 100644 --- a/bacula/src/dird/ua_cmds.c +++ b/bacula/src/dird/ua_cmds.c @@ -115,7 +115,7 @@ static struct cmdstruct commands[] = { /* C NT_("[storage=] [volume=] [pool=] [allpools] [allfrompool] [mediatype=] [drive=] [slots="), false}, - { NT_("delete"), delete_cmd, _("Delete volume, pool, client or job"), NT_("volume= | pool= | jobid= | client= | snapshot"), true}, + { NT_("delete"), delete_cmd, _("Delete volume, pool, client, job, object or snapshot"), NT_("volume= | pool= | jobid= | client= | objectid= | snapshot"), true}, { NT_("disable"), disable_cmd, _("Disable a job, attributes batch process"), NT_("job= | jobs all | client= | schedule= | storage= | batch"), true}, { NT_("enable"), enable_cmd, _("Enable a job, attributes batch process"), NT_("job= | client= | schedule= | storage= | batch"), true}, { NT_("estimate"), estimate_cmd, _("Performs FileSet estimate, listing gives full listing"), -- 2.47.3