diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2009-08-31 01:02:31 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2009-08-31 01:02:31 -0400 |
commit | 9804dce599270a979fb159ce327bd46fa1a1ea1c (patch) | |
tree | 5e6d900cd644336dd647a32a870e042af3fa5c56 | |
parent | 75b0cbb957510053760c1ae4f519cd6601040e96 (diff) | |
download | git-bz-9804dce599270a979fb159ce327bd46fa1a1ea1c.tar.gz |
Add push subcommand to help command
When listing the available commands, include 'push'
-rwxr-xr-x | git-bz | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1823,7 +1823,7 @@ elif command == 'push': min_args = 0 max_args = 1000 # no max else: - print >>sys.stderr, "Usage: git bz [add-url|apply|attach|edit|file] [options]" + print >>sys.stderr, "Usage: git bz [add-url|apply|attach|edit|file|push] [options]" sys.exit(1) global_options, args = parser.parse_args() |