summaryrefslogtreecommitdiffstats
path: root/subcmds/grep.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/grep.py')
-rw-r--r--subcmds/grep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/grep.py b/subcmds/grep.py
index 0dc8f9f6..b067629a 100644
--- a/subcmds/grep.py
+++ b/subcmds/grep.py
@@ -51,7 +51,7 @@ Examples
51 51
52Look for a line that has '#define' and either 'MAX_PATH or 'PATH_MAX': 52Look for a line that has '#define' and either 'MAX_PATH or 'PATH_MAX':
53 53
54 repo grep -e '#define' --and -\( -e MAX_PATH -e PATH_MAX \) 54 repo grep -e '#define' --and -\\( -e MAX_PATH -e PATH_MAX \\)
55 55
56Look for a line that has 'NODE' or 'Unexpected' in files that 56Look for a line that has 'NODE' or 'Unexpected' in files that
57contain a line that matches both expressions: 57contain a line that matches both expressions: