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/grep.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/grep.py')
| -rw-r--r-- | subcmds/grep.py | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/subcmds/grep.py b/subcmds/grep.py index dd391cfa..1157355d 100644 --- a/subcmds/grep.py +++ b/subcmds/grep.py | |||
| @@ -33,8 +33,7 @@ class Grep(PagedCommand): | |||
| 33 | helpDescription = """ | 33 | helpDescription = """ |
| 34 | Search for the specified patterns in all project files. | 34 | Search for the specified patterns in all project files. |
| 35 | 35 | ||
| 36 | Boolean Options | 36 | # Boolean Options |
| 37 | --------------- | ||
| 38 | 37 | ||
| 39 | The following options can appear as often as necessary to express | 38 | The following options can appear as often as necessary to express |
| 40 | the pattern to locate: | 39 | the pattern to locate: |
| @@ -47,8 +46,7 @@ in order to scan multiple trees. If the same file matches in more | |||
| 47 | than one tree, only the first result is reported, prefixed by the | 46 | than one tree, only the first result is reported, prefixed by the |
| 48 | revision name it was found under. | 47 | revision name it was found under. |
| 49 | 48 | ||
| 50 | Examples | 49 | # Examples |
| 51 | ------- | ||
| 52 | 50 | ||
| 53 | Look for a line that has '#define' and either 'MAX_PATH or 'PATH_MAX': | 51 | Look for a line that has '#define' and either 'MAX_PATH or 'PATH_MAX': |
| 54 | 52 | ||
