summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2020-12-02 14:49:47 -0800
committerEdwin Kempin <ekempin@google.com>2022-02-14 07:28:00 +0000
commitc1c091d0269c4916b6b4b33e51f4d76fab34b8e7 (patch)
tree81f58ca58b444d9f4274e465366f456bddd9b20a
parent349b5f07231f96bffe1acb6c24c1749d5442217c (diff)
Fix gerrit ls-groups flag in documentation
In Gerrit 2.14 the -q flag to ls-groups was deprecated in favor of the -g flag. With change I1a1bdbbcd -q has been removed and -g must be used. The docs were never updated fix this. It is worth noting that there may be other flags that should be added to the docs as it appears the rest api defines what we can pass in here. I have not confirmed this, but a docs audit for incorrect or missing flags may be worthwhile. Change-Id: If9ea99724f182641bf349ce7faaa24f43d988bd6 Release-Notes: Fix gerrit ls-groups flag in documentation
-rw-r--r--Documentation/cmd-ls-groups.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/cmd-ls-groups.txt b/Documentation/cmd-ls-groups.txt
index 8a4845c263..0a06c28abe 100644
--- a/Documentation/cmd-ls-groups.txt
+++ b/Documentation/cmd-ls-groups.txt
@@ -11,7 +11,7 @@ _ssh_ -p <port> <host> _gerrit ls-groups_
[--user <NAME> | -u <NAME>]
[--owned]
[--visible-to-all]
- [-q <GROUP>]
+ [-g <GROUP>]
[--verbose | -v]
--
@@ -67,8 +67,8 @@ This option can't be used together with the '--project' option.
(groups that are explicitly marked as visible to all registered
users).
--q::
- Group that should be inspected. The `-q` option can be specified
+-g::
+ Group that should be inspected. The `-g` option can be specified
multiple times to define several groups to be inspected. If
specified the listed groups will only contain groups that were
specified to be inspected. This is e.g. useful in combination with