diff options
author | Shawn O. Pearce <sop@google.com> | 2009-04-18 11:44:33 -0700 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2009-04-18 11:44:33 -0700 |
commit | 50fa1ac6db388c0aa16751b5ad69d296e5eea047 (patch) | |
tree | e72428e0a0f54bbf22f659a4c9b97e16503fb77d /subcmds | |
parent | 5da554f294a062c5c469d0a60b6f2ce6a0b3f669 (diff) | |
download | git-repo-50fa1ac6db388c0aa16751b5ad69d296e5eea047.tar.gz |
Clarify the option section header in 'repo help grep'
Signed-off-by: Shawn O. Pearce <sop@google.com>
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/grep.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/grep.py b/subcmds/grep.py index 43f5e968..950cc155 100644 --- a/subcmds/grep.py +++ b/subcmds/grep.py | |||
@@ -33,8 +33,8 @@ 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 | Options | 36 | Boolean Options |
37 | ------- | 37 | --------------- |
38 | 38 | ||
39 | The following options can appear as often as necessary to express | 39 | The following options can appear as often as necessary to express |
40 | the pattern to locate: | 40 | the pattern to locate: |