diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-06-08 22:46:40 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2022-06-08 22:46:40 +0100 |
commit | 8480869c628869ecde69d3f7ddd3d1434b50f784 (patch) | |
tree | 2ffaac9b1c78b883dafbf67a75835c7df6dd55e6 /doc | |
parent | ee3c71b7e6ab3d423f0ab28925ab758501482a83 (diff) | |
download | rspamd-8480869c628869ecde69d3f7ddd3d1434b50f784.tar.gz rspamd-8480869c628869ecde69d3f7ddd3d1434b50f784.zip |
[Feature] Allow to sort symbols output
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rspamc.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rspamc.1.md b/doc/rspamc.1.md index 11e2f461c..afb256792 100644 --- a/doc/rspamc.1.md +++ b/doc/rspamc.1.md @@ -114,7 +114,7 @@ requires input. : Add custom HTTP header for a request. You may specify header in format `name=value` or just `name` for an empty header. This option can be repeated multiple times. \--sort=*type* -: Sort output according to a specific field. For `counters` command the allowed values for this key are `name`, `weight`, `frequency` and `hits`. Appending `:desc` to any of these types inverts sorting order. +: Sort output according to a specific field. For `counters` command the allowed values for this key are `name`, `weight`, `frequency` and `hits`. Appending `:asc` to any of these types inverts sorting order. \--commands : List available commands |