diff options
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 | ||