Skip to content

Commit cff8fb7

Browse files
authored
Merge pull request #11117 from ThibautPlg/patch-1
Rewriting part of the occ group:list documentation to match the actua…
2 parents 76c8a9b + 4cc2ae4 commit cff8fb7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

admin_manual/occ_command.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1602,14 +1602,15 @@ removes the existing group "beer"::
16021602

16031603
List 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

0 commit comments

Comments
 (0)