Print a shorter usage message with the --help option
authorCatalin Marinas <catalin.marinas@gmail.com>
Wed, 1 Mar 2006 21:42:01 +0000 (21:42 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 1 Mar 2006 21:42:01 +0000 (21:42 +0000)
commitf0699cc74b73be50a6a99aa3459fb74383c094c3
tree49dc2b4487c0be397235025a7faccb1992b37e83
parent38242738db8f183958ecab18a3604497d0fa592c
Print a shorter usage message with the --help option

The --help option for a command should only print a one-line usage mesage
together with the options. The long command description is available
through the 'stg help <command>' command.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/main.py