3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-03-13 08:01:09 +00:00

Correct metavar in pull-debian-source: s/UBUNTU/DEBIAN/

This commit is contained in:
Stefano Rivera 2011-03-08 23:03:18 +02:00
parent 56b5ee1703
commit fd49a767bb

@ -30,7 +30,7 @@ def main():
parser.add_option('-d', '--download-only',
dest='download_only', default=False, action='store_true',
help='Do not extract the source package')
parser.add_option('-m', '--mirror', metavar='UBUNTU_MIRROR',
parser.add_option('-m', '--mirror', metavar='DEBIAN_MIRROR',
dest='debian_mirror',
help='Preferred Debian mirror (default: %s)'
% UDTConfig.defaults['DEBIAN_MIRROR'])