Add --no-count option to CLI reference docs
[arvados.git] / doc / sdk / cli / reference.html.textile.liquid
index ef9882fdc6a81b20374831eeee2ca66071f73917..a76ef2f287889e4c73c2836f19d07b4f993d529b 100644 (file)
@@ -59,7 +59,8 @@ Arguments accepted by the @list@ subcommand include:
   --filters, -f <s>:     Conditions for filtering users.
     --order, -r <s>:     Order in which to return matching users.
    --select, -s <s>:     Select which fields to return
-     --distinct, -d:     Return each distinct object
+     --distinct, -d:     Return each distinct object.
+     --no-count, -n:     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@.