File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1602,14 +1602,15 @@ removes the existing group "beer"::
16021602
16031603List configured groups via the ``group:list `` command. The syntax is::
16041604
1605- group:list [-l|--limit] [-o|--offset] [-- output="..." ]
1605+ group:list [-l|--limit [LIMIT]] [-o|--offset [OFFSET]] [-i|--info] [-- output [OUTPUT] ]
16061606
1607- ``limit `` allows you to specify the number of groups to retrieve.
1607+ ``limit `` allows you to specify the number of groups to retrieve (default: `` 500 ``) .
16081608
16091609``offset `` is an offset for retrieving groups.
16101610
1611- ``output `` specifies the output format (plain, json or json_pretty). Default is
1612- plain.
1611+ ``info `` Show additional info (backend).
1612+
1613+ ``output `` Output format: ``plain ``, ``json `` or ``json_pretty `` (default: ``plain ``).
16131614
16141615.. _versions_label :
16151616
You can’t perform that action at this time.
0 commit comments