From 490e16385db3c0ba674cd6e03fa6e915e3f050ca Mon Sep 17 00:00:00 2001 From: Solomon Kinard Date: Mon, 8 Jul 2019 15:09:55 -0700 Subject: Remove double forall from "repo help forall" output %prog represents the full subcommand ("repo" + subcommand name), not a Windows-style environment variable for "repo". The current help output shows repo forall% forall ... Correct the variable usage so it shows "repo forall ..." instead. Change-Id: I1fea55572428cc922ddf24ace1168a3d8f82dad0 --- subcmds/forall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subcmds/forall.py') 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 . 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. -- cgit v1.2.3-54-g00ecf