From: Catalin Marinas Date: Tue, 16 Aug 2005 13:47:50 +0000 (+0100) Subject: Fix a typo in the fold command help X-Git-Tag: v0.14.3~709 X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/d4b8d284572ba7b17d205ec3508277db96d4e1fe Fix a typo in the fold command help Signed-off-by: Catalin Marinas --- 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',