summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJyrki Puttonen <jyrkiput@gmail.com>2010-08-14 08:12:46 +0300
committerShawn O. Pearce <sop@google.com>2010-08-18 11:50:53 -0700
commit135db6e96f6bac58097def38ecd7c6a618447ffb (patch)
tree589ab710927900bf833ae3311ae7f00a1056d396
parentb0cdb1b76ee64f4c5d0befc275a291b806b1a657 (diff)
Fixed example for user account creation.
Changed "create-user" to "create-account" in example command. Change-Id: I1ace702a6115e0fb5005f9738953323d607422b6
-rw-r--r--Documentation/cmd-create-account.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/cmd-create-account.txt b/Documentation/cmd-create-account.txt
index 6936e3ffc9..ab5663c512 100644
--- a/Documentation/cmd-create-account.txt
+++ b/Documentation/cmd-create-account.txt
@@ -62,7 +62,7 @@ EXAMPLES
Create a new user account called `watcher`:
====
- $ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-user --ssh-key - watcher
+ $ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --ssh-key - watcher
====
GERRIT