Somehow I missed the commit to print the whole help, not just usage

This commit is contained in:
Chuck Thier 2010-10-07 21:36:39 +00:00
parent 18245c1adc
commit 84a163d736

View File

@ -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: