diff --git a/subcmds/forall.py b/subcmds/forall.py index 9454ef6c9..3e6007baf 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py @@ -105,7 +105,7 @@ following . Example: to list projects: - %prog% forall -c 'echo $REPO_PROJECT' + %prog -c 'echo $REPO_PROJECT' Notice that $REPO_PROJECT is quoted to ensure it is expanded in the context of running instead of in the calling shell.