commit | 442b57c64d03cb531fc50ba956970717c5375510 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Wed Nov 30 19:46:37 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Wed Nov 30 19:46:37 2011 +0000 |
tree | 96182ff2641c4757bfa8b186c5ea5b78e67eec1c | |
parent | eb44edad6dd492cb86864e2f75f0a19e962a82be [diff] [blame] |
Add processing of '-help' option. llvm-svn: 145516
diff --git a/lldb/test/redo.py b/lldb/test/redo.py index a57ca68..c2ed5d3 100755 --- a/lldb/test/redo.py +++ b/lldb/test/redo.py
@@ -102,6 +102,9 @@ index = 1 while index < len(sys.argv): + if sys.argv[index].startswith('-h'): + usage() + if sys.argv[index].startswith('-'): # We should continue processing... pass