summaryrefslogtreecommitdiff
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2012-05-20 12:51:13 +0200
committerGuido Günther <agx@sigxcpu.org>2012-05-20 12:55:04 +0200
commit1ea487e43721cfb1609926dfe1e987faea0193ac (patch)
tree0abc35a7e0128b545a903ec95572752d2ef2ae7c /gbp
parent016bf21fb0310c6c8f4b221eacabae4bd0bf7424 (diff)
Don't explicitly refer to lenny-backports
Thanks: Salvatore Bonaccorso
Diffstat (limited to 'gbp')
-rw-r--r--gbp/scripts/dch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
index 0a69510..ba96631 100644
--- a/gbp/scripts/dch.py
+++ b/gbp/scripts/dch.py
@@ -377,7 +377,7 @@ def main(argv):
version_group.add_option("-N", "--new-version", dest="new_version",
help="use this as base for the new version number")
version_group.add_option("--bpo", dest="bpo", action="store_true", default=False,
- help="Increment the Debian release number for an upload to lenny-backports, and add a backport upload changelog comment.")
+ help="Increment the Debian release number for an upload to backports, and add a backport upload changelog comment.")
version_group.add_option("--nmu", dest="nmu", action="store_true", default=False,
help="Increment the Debian release number for a non-maintainer upload")
version_group.add_option("--qa", dest="qa", action="store_true", default=False,