Don't explicitly refer to lenny-backports
authorGuido Günther <agx@sigxcpu.org>
Sun, 20 May 2012 10:51:13 +0000 (12:51 +0200)
committerGuido Günther <agx@sigxcpu.org>
Sun, 20 May 2012 10:55:04 +0000 (12:55 +0200)
Thanks: Salvatore Bonaccorso

gbp/scripts/dch.py

index 0a69510..ba96631 100644 (file)
@@ -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,