From f65530a60d7b74da723d16eccd84576c53575401 Mon Sep 17 00:00:00 2001 From: "Joshua C. Randall" Date: Sat, 12 Nov 2016 15:17:18 +0000 Subject: [PATCH] Update CLI docs for --no-count --- doc/sdk/cli/reference.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sdk/cli/reference.html.textile.liquid b/doc/sdk/cli/reference.html.textile.liquid index a76ef2f287..c2fbf276ef 100644 --- a/doc/sdk/cli/reference.html.textile.liquid +++ b/doc/sdk/cli/reference.html.textile.liquid @@ -60,7 +60,7 @@ Arguments accepted by the @list@ subcommand include: --order, -r : Order in which to return matching users. --select, -s : Select which fields to return --distinct, -d: Return each distinct object. - --no-count, -n: Don't count items_available. + --no-count: Don't count items_available. The @--filters@ option takes a string describing a JSON list of filters on which the returned resources should be returned. Each filter is a three-element list of _[field, operator, value]_, where the _operator_ may be one of @=@, @<@, @<=@, @>@, @>=@, @!=@, @like@, or @ilike@. -- 2.30.2