summaryrefslogtreecommitdiffstats
path: root/subcmds/grep.py
diff options
context:
space:
mode:
authorJonathan Nieder <jrn@google.com>2018-10-10 05:54:59 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-10 05:54:59 +0000
commitb3133a31642ea88f0e4fe9c382411d43278dc9e4 (patch)
treec72601d46a490856451082620a74e38b136a8f45 /subcmds/grep.py
parent3b24e7b5577fc6d812e1d002ada9fdf85256fcd3 (diff)
parentb8f7bb04d003f8dbcf3ef2b201fc2678308995af (diff)
downloadgit-repo-b3133a31642ea88f0e4fe9c382411d43278dc9e4.tar.gz
Merge "update markdown/help header format"
Diffstat (limited to 'subcmds/grep.py')
-rw-r--r--subcmds/grep.py6
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 = """
34Search for the specified patterns in all project files. 34Search for the specified patterns in all project files.
35 35
36Boolean Options 36# Boolean Options
37---------------
38 37
39The following options can appear as often as necessary to express 38The following options can appear as often as necessary to express
40the pattern to locate: 39the pattern to locate:
@@ -47,8 +46,7 @@ in order to scan multiple trees. If the same file matches in more
47than one tree, only the first result is reported, prefixed by the 46than one tree, only the first result is reported, prefixed by the
48revision name it was found under. 47revision name it was found under.
49 48
50Examples 49# Examples
51-------
52 50
53Look for a line that has '#define' and either 'MAX_PATH or 'PATH_MAX': 51Look for a line that has '#define' and either 'MAX_PATH or 'PATH_MAX':
54 52