summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
Diffstat (limited to 'release.py')
-rwxr-xr-xrelease.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/release.py b/release.py
index 3d95a98..a5acbc8 100755
--- a/release.py
+++ b/release.py
@@ -396,7 +396,8 @@ class Release(object):
if command:
print("Invalid command: %s" % command)
else:
- parser.print_usage()
+ parser.print_help()
+ print("")
print("Available commands:")
print("- build: build asyncio in place, imply --running")