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

View File

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