Update CLI docs for --no-count
[arvados.git] / doc / sdk / cli / reference.html.textile.liquid
index 5e5f2387988f5570f90a9e278e65e4a7fc10a465..c2fbf276eff919a09fab59109913e57f1a8124c5 100644 (file)
@@ -29,7 +29,7 @@ Get entire record for some specific user
 @arv user get --uuid 6dnxa-tpzed-iimd25zhzh84gbk@
 
 Update user record
-@arv user update --uuid 6dnxa-tpzed-iimd25zhzh84gbk --first-name "Bob"@
+@arv user update --uuid 6dnxa-tpzed-iimd25zhzh84gbk --user '{"first_name":"Bob"}'@
 
 Get list of groups
 @arv group list@
@@ -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:     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@.