From 4abfa6a76a2ac5449fd034f4cb97ecae90c184a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Sat, 4 May 2013 14:00:05 +0200 Subject: [PATCH] gbp-pull: Fix typo in help output --- gbp/scripts/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbp/scripts/pull.py b/gbp/scripts/pull.py index dc00259..d0a7442 100755 --- a/gbp/scripts/pull.py +++ b/gbp/scripts/pull.py @@ -77,7 +77,7 @@ def main(argv): parser.add_option_group(branch_group) branch_group.add_boolean_config_file_option(option_name = "ignore-branch", dest="ignore_branch") branch_group.add_option("--force", action="store_true", dest="force", default=False, - help="force a branch update even if can't be fast forwarded") + help="force a branch update even if it can't be fast forwarded") branch_group.add_option("--redo-pq", action="store_true", dest="redo_pq", default=False, help="redo the patch queue branch after a pull. Warning: this drops the old patch-queue branch") branch_group.add_config_file_option(option_name="upstream-branch", dest="upstream_branch") -- 2.7.4