From 51d027268dd8163c77923683d73fc169bb14dc98 Mon Sep 17 00:00:00 2001 From: David Shevitz <dshevitz@google.com> Date: Mon, 24 Sep 2018 09:38:45 -0700 Subject: [PATCH] Remove spaces in front of example Change-Id: I3b945bb7b2124a179ea6ca0ca6d45d7ea74c1b64 --- Documentation/cmd-create-account.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cmd-create-account.txt b/Documentation/cmd-create-account.txt index 62bd0aa328..617191fb6d 100644 --- a/Documentation/cmd-create-account.txt +++ b/Documentation/cmd-create-account.txt @@ -69,7 +69,7 @@ Create a new batch/role access user account called `watcher` in the 'Non-Interactive Users' group. ---- - $ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --group "'Non-Interactive Users'" --ssh-key - watcher +$ cat ~/.ssh/id_watcher.pub | ssh -p 29418 review.example.com gerrit create-account --group "'Non-Interactive Users'" --ssh-key - watcher ---- GERRIT