aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/pull.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-05-04 14:00:05 +0200
committerGuido Günther <agx@sigxcpu.org>2013-05-04 14:00:05 +0200
commit4abfa6a76a2ac5449fd034f4cb97ecae90c184a7 (patch)
treeb50b68b43fb95da93c0f147c32e3a10c0d7fa445 /gbp/scripts/pull.py
parent2eed043b8df9f83a979bfd5472d08f385976c4f6 (diff)
gbp-pull: Fix typo in help output
Diffstat (limited to 'gbp/scripts/pull.py')
-rwxr-xr-xgbp/scripts/pull.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/pull.py b/gbp/scripts/pull.py
index dc002590..d0a74422 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")