]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix #9781 About adding "list fileevents" to the help command output
authorEric Bollengier <eric@baculasystems.com>
Wed, 4 Jan 2023 12:49:21 +0000 (13:49 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
bacula/src/dird/ua_cmds.c

index e3d7652c7c6edd07ae63e29c3392fbfe2fd0306e..24f4f214ac03c056e9f42b13f33dd8283c0a8886 100644 (file)
@@ -144,6 +144,7 @@ static struct cmdstruct commands[] = {                                      /* C
        "\t    minsize=<int> maxsize=<int> importance=<str> isread=<0|1> isdraft=<0|1> categories=<str>\n"
        "\t    conversationid=<str> hasattachment=<0|1> starttime=<time> endtime=<time>\n"
        "\t    emailid=<str> foldername=<str> isinline=<0|1> contenttype=<str>]\n"
+       "\tfileevents [jobid=<int> fileindex=<int> severity=<int> type=<code>]\n"
       ), false},
 
  { NT_("llist"),      llist_cmd,     _("Full or long list like list command"),