diff options
author | Jonathan Nieder <jrn@google.com> | 2018-10-10 05:54:59 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-10-10 05:54:59 +0000 |
commit | b3133a31642ea88f0e4fe9c382411d43278dc9e4 (patch) | |
tree | c72601d46a490856451082620a74e38b136a8f45 /subcmds/grep.py | |
parent | 3b24e7b5577fc6d812e1d002ada9fdf85256fcd3 (diff) | |
parent | b8f7bb04d003f8dbcf3ef2b201fc2678308995af (diff) | |
download | git-repo-b3133a31642ea88f0e4fe9c382411d43278dc9e4.tar.gz |
Merge "update markdown/help header format"
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 | ||