summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorEdwin Kempin <edwin.kempin@gmail.com>2013-05-03 06:14:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2013-05-03 06:14:20 +0000
commit2a75561d10ece22410ab91f632d0919723f40395 (patch)
tree0e918a33d5c735e447a5325e877f8b7eb0361bfc /Documentation
parent8571734dfc454c149b26701b1e186e2113731ae2 (diff)
parentd1f1af2b04331ff876dc091c9f5941d7d61e03e3 (diff)
Merge "Merge branch 'stable-2.6'"
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/cmd-ls-user-refs.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/cmd-ls-user-refs.txt b/Documentation/cmd-ls-user-refs.txt
index c0e072d268..25a99d1205 100644
--- a/Documentation/cmd-ls-user-refs.txt
+++ b/Documentation/cmd-ls-user-refs.txt
@@ -8,7 +8,7 @@ gerrit ls-user-refs - List refs visible to a specific user
SYNOPSIS
--------
[verse]
-'ssh' -p <port> <host> 'gerrit ls-user-ref'
+'ssh' -p <port> <host> 'gerrit ls-user-refs'
[--project PROJECT> | -p <PROJECT>]
[--user <USER> | -u <USER>]
[--only-refs-heads]
@@ -31,11 +31,11 @@ OPTIONS
-------
--project::
-p::
- Name of the project for which the refs should be listed.
+ Required; Name of the project for which the refs should be listed.
--user::
-u::
- User for which the visible refs should be listed. Gerrit
+ Required; User for which the visible refs should be listed. Gerrit
will query the database to find matching users, so the
full identity/name does not need to be specified.