mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
Rewriting part of the occ group:list documentation to match the actual behaviour
Adding the "--info" flag and the correct comments to the occ group:list command. Signed-off-by: Thibaut <17176051+ThibautPlg@users.noreply.github.com>
This commit is contained in:
committed by
Ferdinand Thiessen
parent
76c8a9b8b0
commit
d6f310d85c
@@ -1602,14 +1602,15 @@ removes the existing group "beer"::
|
||||
|
||||
List configured groups via the ``group:list`` command. The syntax is::
|
||||
|
||||
group:list [-l|--limit] [-o|--offset] [--output="..."]
|
||||
group:list [-l|--limit [LIMIT]] [-o|--offset [OFFSET]] [-i|--info] [--output [OUTPUT]]
|
||||
|
||||
``limit`` allows you to specify the number of groups to retrieve.
|
||||
``limit`` allows you to specify the number of groups to retrieve. (default 500)
|
||||
|
||||
``offset`` is an offset for retrieving groups.
|
||||
|
||||
``output`` specifies the output format (plain, json or json_pretty). Default is
|
||||
plain.
|
||||
``info`` Show additional info (backend)
|
||||
|
||||
``output`` Output format (plain, json or json_pretty, default is plain)
|
||||
|
||||
.. _versions_label:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user