summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bird <Alexander.Bird.42@gmail.com>2015-09-11 13:48:10 -0400
committerAlexander Bird <alexander.bird.42@gmail.com>2015-09-11 14:11:30 -0400
commit3c0358060786e9a6fcd6b3bbb9c01c887946bdd6 (patch)
treefb698c2a8b2f52d3029aa00cd754dfec260b00a9
parent5ea32d135963da5542b78895f95332c6a17bbe11 (diff)
downloadgit-repo-3c0358060786e9a6fcd6b3bbb9c01c887946bdd6.tar.gz
fixed typo in gitc_init.py help output
Change-Id: I86459bf63297487457d6c4c995dfd1e63133ec53
-rw-r--r--subcmds/gitc_init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/gitc_init.py b/subcmds/gitc_init.py
index 71c50515..c243bb3b 100644
--- a/subcmds/gitc_init.py
+++ b/subcmds/gitc_init.py
@@ -35,7 +35,7 @@ with the GITC file system.
35 35
36This command will setup the client directory, initialize repo, just 36This command will setup the client directory, initialize repo, just
37like repo init does, and then downloads the manifest collection 37like repo init does, and then downloads the manifest collection
38and installs in in the .repo/directory of the GITC client. 38and installs it in the .repo/directory of the GITC client.
39 39
40Once this is done, a GITC manifest is generated by pulling the HEAD 40Once this is done, a GITC manifest is generated by pulling the HEAD
41SHA for each project and generates the properly formatted XML file 41SHA for each project and generates the properly formatted XML file