From: Karl Hasselström Date: Sun, 25 Nov 2007 11:42:35 +0000 (+0100) Subject: Add missing switch to "stg uncommit" usage line X-Git-Tag: v0.14~23 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/1540d38a2c35d409784929ff6d91aedf6f60ebb7 Add missing switch to "stg uncommit" usage line Signed-off-by: Karl Hasselström --- diff --git a/stgit/commands/uncommit.py b/stgit/commands/uncommit.py index 9a46c94..ba3448f 100644 --- a/stgit/commands/uncommit.py +++ b/stgit/commands/uncommit.py @@ -26,7 +26,7 @@ from stgit.out import * from stgit import stack, git help = 'turn regular GIT commits into StGIT patches' -usage = """%prog [] | -n NUM []] | -t +usage = """%prog [] | -n NUM []] | -t [-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