diff options
-rw-r--r-- | subcmds/forall.py | 2 |
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 | ||
106 | Example: to list projects: | 106 | Example: to list projects: |
107 | 107 | ||
108 | %prog% forall -c 'echo $REPO_PROJECT' | 108 | %prog -c 'echo $REPO_PROJECT' |
109 | 109 | ||
110 | Notice that $REPO_PROJECT is quoted to ensure it is expanded in | 110 | Notice that $REPO_PROJECT is quoted to ensure it is expanded in |
111 | the context of running <command> instead of in the calling shell. | 111 | the context of running <command> instead of in the calling shell. |