diff options
author | Mike Frysinger <vapier@google.com> | 2018-10-10 01:05:11 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2018-10-10 01:28:43 -0400 |
commit | b8f7bb04d003f8dbcf3ef2b201fc2678308995af (patch) | |
tree | db5a3854124122b007821a0eec28d02b09ccb999 /subcmds/forall.py | |
parent | 3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (diff) | |
download | git-repo-b8f7bb04d003f8dbcf3ef2b201fc2678308995af.tar.gz |
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
Diffstat (limited to 'subcmds/forall.py')
-rw-r--r-- | subcmds/forall.py | 6 |
1 files changed, 2 insertions, 4 deletions
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. | |||
53 | The -r option allows running the command only on projects matching | 53 | The -r option allows running the command only on projects matching |
54 | regex or wildcard expression. | 54 | regex or wildcard expression. |
55 | 55 | ||
56 | Output Formatting | 56 | # Output Formatting |
57 | ----------------- | ||
58 | 57 | ||
59 | The -p option causes '%prog' to bind pipes to the command's stdin, | 58 | The -p option causes '%prog' to bind pipes to the command's stdin, |
60 | stdout and stderr streams, and pipe all output into a continuous | 59 | 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 | |||
71 | causes command output to be suppressed until the command produces | 70 | causes command output to be suppressed until the command produces |
72 | at least one byte of output on stdout. | 71 | at least one byte of output on stdout. |
73 | 72 | ||
74 | Environment | 73 | # Environment |
75 | ----------- | ||
76 | 74 | ||
77 | pwd is the project's working directory. If the current client is | 75 | pwd is the project's working directory. If the current client is |
78 | a mirror client, then pwd is the Git repository. | 76 | a mirror client, then pwd is the Git repository. |