diff --git a/easy-install.py b/easy-install.py index 82fc1738..26d5ab72 100755 --- a/easy-install.py +++ b/easy-install.py @@ -318,3 +318,5 @@ if __name__ == "__main__": cprint("Emails with example.com not acceptable", level=1) sys.exit(1) setup_prod(args.project, args.sitename, args.email) + else: + parser.print_help()