mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
* pull-lp-source: Seems sed didn't replace distribution with release here.
This commit is contained in:
parent
2c4fdd6553
commit
2dafedde63
@ -58,7 +58,7 @@ class BackportFromLP:
|
|||||||
default_release = 'intrepid'
|
default_release = 'intrepid'
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
usage = "Usage: %prog <package> [distribution]"
|
usage = "Usage: %prog <package> [release]"
|
||||||
optParser = OptionParser(usage)
|
optParser = OptionParser(usage)
|
||||||
(options, args) = optParser.parse_args()
|
(options, args) = optParser.parse_args()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user