Signed-off-by: Karl Hasselström <kha@xxxxxxxxxxx> --- stgit/commands/uncommit.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 [<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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html