summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2013-05-02 10:28:50 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2013-05-02 10:29:01 +0900
commitd1f1af2b04331ff876dc091c9f5941d7d61e03e3 (patch)
tree15cc14e55d435be524d7b92a622f6cb27413a2b6 /Documentation
parentff3755f8d1bef66fb9b29acac49b0430f03b709c (diff)
parent23cf15deeb0840e70fde66ab209cdda2432823ff (diff)
Merge branch 'stable-2.6'
* stable-2.6: Fix ls-user-refs command name in documentation Mark project and user options as required for LsUserRefs Fix setting account's full name via ssh TrivialRebase: tidy up docstrings to follow PEP-0257 Change-Id: Ibd4563a8418e823d700082bc4fbcf465085d4719
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.