summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Zhou <taoalpha@google.com>2019-08-02 10:21:57 +0200
committerTao Zhou <taoalpha@google.com>2019-08-02 10:21:57 +0200
commit7c6e38014c88d77866a814a5fba83aafc30f5419 (patch)
tree64d047ea802511ac628a1918f773626be7216edc
parentaee4c00e5478271c0b69f72ae5eb92a69c764987 (diff)
fix clone command in tutorial document
-rw-r--r--Documentation/intro-gerrit-walkthrough.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/intro-gerrit-walkthrough.txt b/Documentation/intro-gerrit-walkthrough.txt
index 1fba1dc04b..b4f799c220 100644
--- a/Documentation/intro-gerrit-walkthrough.txt
+++ b/Documentation/intro-gerrit-walkthrough.txt
@@ -28,7 +28,7 @@ project he works on. His first step is to get the source code that he wants to
modify. To get this code, he runs the following `git clone` command:
----
-clone ssh://gerrithost:29418/RecipeBook.git RecipeBook
+git clone ssh://gerrithost:29418/RecipeBook.git RecipeBook
----
After he clones the repository, he runs a couple of commands to add a