X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/4fe42e6312780d5c325ddd8e533b3198d065bd05..d00e708af18a0fffe53795dc547873d3efd1c909:/stgit/main.py diff --git a/stgit/main.py b/stgit/main.py index 53a1ac1..ea65288 100644 --- a/stgit/main.py +++ b/stgit/main.py @@ -195,7 +195,7 @@ def main(): prog = os.path.basename(sys.argv[0]) if len(sys.argv) < 2: - print >> sys.stderr, 'Unknown command' + print >> sys.stderr, 'usage: %s ' % prog print >> sys.stderr, \ ' Try "%s --help" for a list of supported commands' % prog sys.exit(1)