diff options
author | Amish <contact@via.aur> | 2023-01-20 20:59:48 +0530 |
---|---|---|
committer | Amish <contact@via.aur> | 2023-01-20 20:59:48 +0530 |
commit | 0df00b6af6775d67d92b15f71b9a485297deeb80 (patch) | |
tree | 1815bb9bdb0533feb0432d9f51365be927f6c55a /doc | |
parent | 92c8906c45fdf022dc6a79c42b98d09039cf60d1 (diff) | |
download | rspamd-0df00b6af6775d67d92b15f71b9a485297deeb80.tar.gz rspamd-0df00b6af6775d67d92b15f71b9a485297deeb80.zip |
rspamc: add -R option for human readable report
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rspamc.1 | 5 | ||||
-rw-r--r-- | doc/rspamc.1.md | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/rspamc.1 b/doc/rspamc.1 index 338f8053d..8989f98b2 100644 --- a/doc/rspamc.1 +++ b/doc/rspamc.1 @@ -149,6 +149,11 @@ Bind to specified ip address .RS .RE .TP +.B \-R, \-\-human +Output human readable report +.RS +.RE +.TP .B \-j, \-\-json Output formatted JSON .RS diff --git a/doc/rspamc.1.md b/doc/rspamc.1.md index afb256792..c6baa939c 100644 --- a/doc/rspamc.1.md +++ b/doc/rspamc.1.md @@ -86,6 +86,9 @@ requires input. -b *host:port*, \--bind=*host:port* : Bind to specified ip address +-R, \--human +: Output human readable report + -j, \--json : Output formatted JSON |