summaryrefslogtreecommitdiffstats
path: root/subcmds
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-04-13 12:11:59 -0700
committerShawn O. Pearce <sop@google.com>2009-04-13 12:11:59 -0700
commitff84fea0bb67e249888e826af88286b9ccc5fab3 (patch)
treeda273ea2d5a8910f05f12c8367dc996a810397f6 /subcmds
parentd33f43a75472cb5104e444c50b880ac3ab2de603 (diff)
downloadgit-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.py1
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
31Environment 31Environment
32----------- 32-----------
33
33pwd is the project's working directory. If the current client is 34pwd is the project's working directory. If the current client is
34a mirror client, then pwd is the Git repository. 35a mirror client, then pwd is the Git repository.
35 36