diff options
author | Shawn O. Pearce <sop@google.com> | 2009-04-13 12:11:59 -0700 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2009-04-13 12:11:59 -0700 |
commit | ff84fea0bb67e249888e826af88286b9ccc5fab3 (patch) | |
tree | da273ea2d5a8910f05f12c8367dc996a810397f6 /subcmds | |
parent | d33f43a75472cb5104e444c50b880ac3ab2de603 (diff) | |
download | git-repo-ff84fea0bb67e249888e826af88286b9ccc5fab3.tar.gz |
Fix formatting of 'repo help sync'
The formatting for the enviroment variable section was incorrect.
Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/forall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py index 6dff252d..8a5a41ad 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py | |||
@@ -30,6 +30,7 @@ Executes the same shell command in each project. | |||
30 | 30 | ||
31 | Environment | 31 | Environment |
32 | ----------- | 32 | ----------- |
33 | |||
33 | pwd is the project's working directory. If the current client is | 34 | pwd is the project's working directory. If the current client is |
34 | a mirror client, then pwd is the Git repository. | 35 | a mirror client, then pwd is the Git repository. |
35 | 36 | ||