summaryrefslogtreecommitdiff
path: root/examples/help_grep.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/help_grep.py')
-rw-r--r--examples/help_grep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/help_grep.py b/examples/help_grep.py
index 01ea5e7..a476d9c 100644
--- a/examples/help_grep.py
+++ b/examples/help_grep.py
@@ -38,7 +38,7 @@ import re
import sys
if len(sys.argv) < 3:
- print('Pass the regex with SCRIPT_ARG=regex')
+ print("Pass the regex with SCRIPT_ARG=<regex>")
sys.exit(1)
search = re.compile(sys.argv[2], re.IGNORECASE).search