diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/gitc_init.py | 2 |
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 | ||
36 | This command will setup the client directory, initialize repo, just | 36 | This command will setup the client directory, initialize repo, just |
37 | like repo init does, and then downloads the manifest collection | 37 | like repo init does, and then downloads the manifest collection |
38 | and installs in in the .repo/directory of the GITC client. | 38 | and installs it in the .repo/directory of the GITC client. |
39 | 39 | ||
40 | Once this is done, a GITC manifest is generated by pulling the HEAD | 40 | Once this is done, a GITC manifest is generated by pulling the HEAD |
41 | SHA for each project and generates the properly formatted XML file | 41 | SHA for each project and generates the properly formatted XML file |