Correct metavar for --mirror in backportpackage (LP: #999727)

This commit is contained in:
Stefano Rivera 2012-06-20 22:13:49 +02:00
parent 28b475ce7b
commit 1804158370
2 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def parse(args):
metavar='BUG',
help='Bug to close in the changelog entry.')
parser.add_option('-m', '--mirror',
metavar='INSTANCE',
metavar='URL',
help='Preferred mirror (default: Launchpad)')
parser.add_option('-l', '--lpinstance',
metavar='INSTANCE',

1
debian/changelog vendored
View File

@ -21,6 +21,7 @@ ubuntu-dev-tools (0.143) UNRELEASED; urgency=low
referring to Debian testing, either (LP: #1011870)
* Correct spelling mistakes in package description, thanks Logan Rosen for
the patch (Closes: #678245)
* Correct metavar for --mirror in backportpackage (LP: #999727)
-- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 06 Jun 2012 09:53:24 -0400