summaryrefslogtreecommitdiffstats
path: root/subcmds/grep.py
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2018-10-10 01:05:11 -0400
committerMike Frysinger <vapier@google.com>2018-10-10 01:28:43 -0400
commitb8f7bb04d003f8dbcf3ef2b201fc2678308995af (patch)
treedb5a3854124122b007821a0eec28d02b09ccb999 /subcmds/grep.py
parent3891b7519d35b6bac3e81744c846ca2ed0bd1be2 (diff)
downloadgit-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.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