]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #6980 About lack of help for 'delete object' command
authorMichal Rakowski <michal.rakowski@baculasystems.com>
Thu, 12 Nov 2020 12:08:27 +0000 (13:08 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:59 +0000 (09:02 +0100)
bacula/src/dird/ua_cmds.c

index 22c59e42ca7370410e6521dcd6dfd5d27af5f670..fc7bb942b5ace8f1b03071352b1e0c972ec6f121 100644 (file)
@@ -115,7 +115,7 @@ static struct cmdstruct commands[] = {                                      /* C
    NT_("[storage=<storage-name>] [volume=<vol>] [pool=<pool>] [allpools] [allfrompool] [mediatype=<type>] [drive=<number>] [slots=<number] \n"
        "\tstatus  | prune | list | upload | truncate"), true},
  { NT_("create"),     create_cmd,    _("Create DB Pool from resource"), NT_("pool=<pool-name>"),                    false},
- { NT_("delete"),     delete_cmd,    _("Delete volume, pool, client or job"), NT_("volume=<vol-name> | pool=<pool-name> | jobid=<id> | client=<client-name> | snapshot"), true},
+ { NT_("delete"),     delete_cmd,    _("Delete volume, pool, client, job, object or snapshot"), NT_("volume=<vol-name> | pool=<pool-name> | jobid=<id> | client=<client-name> | objectid=<id> | snapshot"), true},
  { NT_("disable"),    disable_cmd,   _("Disable a job, attributes batch process"), NT_("job=<name> | jobs all | client=<name> | schedule=<name> | storage=<name> | batch"),  true},
  { NT_("enable"),     enable_cmd,    _("Enable a job, attributes batch process"), NT_("job=<name> | client=<name> | schedule=<name> | storage=<name> | batch"),   true},
  { NT_("estimate"),   estimate_cmd,  _("Performs FileSet estimate, listing gives full listing"),