commit | 039330c292874c84be79ec5c48b8f14891e91310 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Thu Aug 23 23:45:26 2012 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Thu Aug 23 23:45:26 2012 +0000 |
tree | 6ceb84c51cbfb30dd33446ddd363802d73865ac0 | |
parent | cc4c49dd63a5b9efac9a31d529506f2aef597b3b [diff] [blame] |
Take '--help' as well as '-h' as hint to emit the usage output. llvm-svn: 162502
diff --git a/lldb/test/redo.py b/lldb/test/redo.py index eee1130..acb5aa4 100755 --- a/lldb/test/redo.py +++ b/lldb/test/redo.py
@@ -121,7 +121,7 @@ index = 1 while index < len(sys.argv): - if sys.argv[index].startswith('-h'): + if sys.argv[index].startswith('-h') or sys.argv[index].startswith('--help'): usage() if sys.argv[index].startswith('-'):