Update CLI docs for --no-count
authorJoshua C. Randall <jcrandall@alum.mit.edu>
Sat, 12 Nov 2016 15:17:18 +0000 (15:17 +0000)
committerJoshua C. Randall <jcrandall@alum.mit.edu>
Sat, 12 Nov 2016 15:17:18 +0000 (15:17 +0000)
doc/sdk/cli/reference.html.textile.liquid

index a76ef2f287889e4c73c2836f19d07b4f993d529b..c2fbf276eff919a09fab59109913e57f1a8124c5 100644 (file)
@@ -60,7 +60,7 @@ Arguments accepted by the @list@ subcommand include:
     --order, -r <s>:     Order in which to return matching users.
    --select, -s <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.
 </pre>
 
 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@.