summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Milanesio <luca.milanesio@gmail.com>2019-01-28 23:14:14 +0000
committerLuca Milanesio <luca.milanesio@gmail.com>2019-01-28 23:22:43 +0000
commit85b4b3eac95b1274673edc88d0010c873373afa3 (patch)
tree30204057b5cd8b699196f6f2a884ea1cc688f8ec
parent0beac62e52f9f0af76fc8fbdf54e5fb134aafeba (diff)
Document the --prefix option to ls-projects
The ls-projects SSH command supports the ability to restrict the project list by prefix. Document the option in the related section. Change-Id: I9adf064eac3c57f3e44b1338452add622785b6c4
-rw-r--r--Documentation/cmd-ls-projects.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/cmd-ls-projects.txt b/Documentation/cmd-ls-projects.txt
index 486ca44aab..c5d73caca3 100644
--- a/Documentation/cmd-ls-projects.txt
+++ b/Documentation/cmd-ls-projects.txt
@@ -14,6 +14,7 @@ _ssh_ -p <port> <host> _gerrit ls-projects_
[--format {text | json | json_compact}]
[--all]
[--limit <N>]
+ [--prefix | -p <prefix>]
[--has-acl-for GROUP]
--
@@ -87,6 +88,9 @@ used to unescape the output.
--limit::
Cap the number of results to the first N matches.
+--prefix::
+ Limit the results to those projects that start with the specified prefix.
+
--has-acl-for::
Display only projects on which access rights for this group are
directly assigned. Projects which only inherit access rights for