Skip to content

Commit f39c144

Browse files
authored
Merge pull request #106 from 1991-mirec/master
DEF-31961: update order-by documentation for ip-list local list cmd
2 parents 6d5034f + 5751897 commit f39c144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/command_line_interface/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,8 +972,8 @@ imunify360-agent ip-list local list [--options] <value>
972972
|<span class="notranslate">`--by-comment BY_COMMENT`</span>|Filters output by comment|
973973
|<span class="notranslate">`--limit LIMIT`</span>|Limits the output with specified number of incidents|
974974
|<span class="notranslate">`--offset OFFSET`</span>|Offset for pagination|
975-
|<span class="notranslate">`--order-by [ORDER_BY ...]`</span>|List of fields to sort the results by|
976-
|<span class="notranslate">`--by-type {ip,country}`</span>|Filters output by item tipe [country | ip]|
975+
|<span class="notranslate">`--order-by [ORDER_BY ...]`</span>|List of fields to sort the results by. Each field must be followed by "+" for descending order or "-" for ascending order (e.g., --order-by ip+ or --order-by purpose-)|
976+
|<span class="notranslate">`--by-type {ip,country}`</span>|Filters output by item tipe [country\|ip]|
977977
|<span class="notranslate">`--json`</span>|Returns data in JSON format|
978978

979979
:::tip

0 commit comments

Comments
 (0)