From d4b8d284572ba7b17d205ec3508277db96d4e1fe Mon Sep 17 00:00:00 2001 From: Catalin Marinas Date: Tue, 16 Aug 2005 14:47:50 +0100 Subject: [PATCH] Fix a typo in the fold command help Signed-off-by: Catalin Marinas --- stgit/commands/fold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stgit/commands/fold.py b/stgit/commands/fold.py index 95c962f..9542fa6 100644 --- a/stgit/commands/fold.py +++ b/stgit/commands/fold.py @@ -28,7 +28,7 @@ usage = """%prog [options] [] Apply the given GNU diff file (or the standard input) onto the top of the current patch. With the '--threeway' option, the patch is applied -onto the bottom of the current patch and a three-way merged is +onto the bottom of the current patch and a three-way merge is performed with the current top.""" options = [make_option('-t', '--threeway', -- 2.11.0