Add missing switch to "stg uncommit" usage line
authorKarl Hasselström <kha@treskal.com>
Sun, 25 Nov 2007 11:42:35 +0000 (12:42 +0100)
committerKarl Hasselström <kha@treskal.com>
Sun, 25 Nov 2007 16:42:28 +0000 (17:42 +0100)
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/uncommit.py

index 9a46c94..ba3448f 100644 (file)
@@ -26,7 +26,7 @@ from stgit.out import *
 from stgit import stack, git
 
 help = 'turn regular GIT commits into StGIT patches'
 from stgit import stack, git
 
 help = 'turn regular GIT commits into StGIT patches'
-usage = """%prog [<patchnames>] | -n NUM [<prefix>]] | -t <committish>
+usage = """%prog [<patchnames>] | -n NUM [<prefix>]] | -t <committish> [-x]
 
 Take one or more git commits at the base of the current stack and turn
 them into StGIT patches. The new patches are created as applied patches
 
 Take one or more git commits at the base of the current stack and turn
 them into StGIT patches. The new patches are created as applied patches