From b8f7bb04d003f8dbcf3ef2b201fc2678308995af Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 10 Oct 2018 01:05:11 -0400 Subject: 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 --- subcmds/grep.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'subcmds/grep.py') 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): helpDescription = """ Search for the specified patterns in all project files. -Boolean Options ---------------- +# Boolean Options The following options can appear as often as necessary to express the pattern to locate: @@ -47,8 +46,7 @@ in order to scan multiple trees. If the same file matches in more than one tree, only the first result is reported, prefixed by the revision name it was found under. -Examples -------- +# Examples Look for a line that has '#define' and either 'MAX_PATH or 'PATH_MAX': -- cgit v1.2.3-54-g00ecf