There is no dry-run mode

This commit is contained in:
Steve Langasek 2023-06-14 16:29:43 -07:00
parent 534cd254f4
commit 4a09d23db6

View File

@ -120,7 +120,7 @@ def main():
"-l", "--launchpad", dest="launchpad_instance", default="production")
parser.add_argument(
"-v", "--verbose", default=False, action="store_true",
help="be more verbose (redundant in --dry-run mode)")
help="be more verbose")
parser.add_argument(
'package', nargs='?', help="act on this package only")
args = parser.parse_args()