summaryrefslogtreecommitdiffstats
path: root/subcmds
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds')
-rw-r--r--subcmds/forall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py
index 9454ef6c..3e6007ba 100644
--- a/subcmds/forall.py
+++ b/subcmds/forall.py
@@ -105,7 +105,7 @@ following <command>.
105 105
106Example: to list projects: 106Example: to list projects:
107 107
108 %prog% forall -c 'echo $REPO_PROJECT' 108 %prog -c 'echo $REPO_PROJECT'
109 109
110Notice that $REPO_PROJECT is quoted to ensure it is expanded in 110Notice that $REPO_PROJECT is quoted to ensure it is expanded in
111the context of running <command> instead of in the calling shell. 111the context of running <command> instead of in the calling shell.