From 84a163d736924d6eb3aae45fe68e76bf314e0873 Mon Sep 17 00:00:00 2001 From: Chuck Thier Date: Thu, 7 Oct 2010 21:36:39 +0000 Subject: [PATCH] Somehow I missed the commit to print the whole help, not just usage --- bin/swift-bench | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/swift-bench b/bin/swift-bench index 3b82653f2c..e058882acb 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: