summaryrefslogtreecommitdiff
path: root/bin/swift-bench
diff options
context:
space:
mode:
authorChuck Thier <cthier@gmail.com>2010-10-07 21:36:39 +0000
committerChuck Thier <cthier@gmail.com>2010-10-07 21:36:39 +0000
commit51f0ae10afcbdb416a2a1c059d3ef34db0fa0f24 (patch)
treefc23f88d6fefe1e88b06d202f28bf2af48fc3f92 /bin/swift-bench
parentdd6e03067d023bbfe12a17a6195c6376ca883fd7 (diff)
downloadswift-bench-51f0ae10afcbdb416a2a1c059d3ef34db0fa0f24.tar.gz
Somehow I missed the commit to print the whole help, not just usage
Diffstat (limited to 'bin/swift-bench')
-rwxr-xr-xbin/swift-bench2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/swift-bench b/bin/swift-bench
index 3b82653..e058882 100755
--- a/bin/swift-bench
+++ b/bin/swift-bench
@@ -90,7 +90,7 @@ if __name__ == '__main__':
help='If set, will not delete the objects created')
if len(sys.argv) == 1:
- parser.print_usage()
+ parser.print_help()
sys.exit(1)
options, args = parser.parse_args()
if options.saio: