diff --git a/craft_application/commands/remote.py b/craft_application/commands/remote.py index 9bcf34e5..5b270941 100644 --- a/craft_application/commands/remote.py +++ b/craft_application/commands/remote.py @@ -65,7 +65,7 @@ def _fill_parser(self, parser: argparse.ArgumentParser) -> None: parser.add_argument( "--launchpad-accept-public-upload", action="store_true", - help="Acknowledge that uploaded code will be publicly available.", + help="Acknowledge that uploaded code will be publicly available", ) parser.add_argument( "--launchpad-timeout",