mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-15 02:41:28 +00:00
There is no dry-run mode
This commit is contained in:
parent
534cd254f4
commit
4a09d23db6
@ -120,7 +120,7 @@ def main():
|
|||||||
"-l", "--launchpad", dest="launchpad_instance", default="production")
|
"-l", "--launchpad", dest="launchpad_instance", default="production")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-v", "--verbose", default=False, action="store_true",
|
"-v", "--verbose", default=False, action="store_true",
|
||||||
help="be more verbose (redundant in --dry-run mode)")
|
help="be more verbose")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'package', nargs='?', help="act on this package only")
|
'package', nargs='?', help="act on this package only")
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user