From b8f7bb04d003f8dbcf3ef2b201fc2678308995af Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 10 Oct 2018 01:05:11 -0400 Subject: update markdown/help header format Since gitiles recommends using # headers over ---/=== underlines, change the manifest-format.md over and all our help texts. Change-Id: I96391d41fba769e9f26870d497cf7cf01c8d8ab3 --- subcmds/forall.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'subcmds/forall.py') diff --git a/subcmds/forall.py b/subcmds/forall.py index 693949e2..6fb16f16 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py @@ -53,8 +53,7 @@ Executes the same shell command in each project. The -r option allows running the command only on projects matching regex or wildcard expression. -Output Formatting ------------------ +# Output Formatting The -p option causes '%prog' to bind pipes to the command's stdin, stdout and stderr streams, and pipe all output into a continuous @@ -71,8 +70,7 @@ command produces output only on stderr. Normally the -p option causes command output to be suppressed until the command produces at least one byte of output on stdout. -Environment ------------ +# Environment pwd is the project's working directory. If the current client is a mirror client, then pwd is the Git repository. -- cgit v1.2.3-54-g00ecf