From 1540d38a2c35d409784929ff6d91aedf6f60ebb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karl=20Hasselstr=C3=B6m?= Date: Sun, 25 Nov 2007 12:42:35 +0100 Subject: [PATCH] Add missing switch to "stg uncommit" usage line MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Karl Hasselström --- stgit/commands/uncommit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0