diff --git a/mozapkpublisher/get_apk.py b/mozapkpublisher/get_apk.py index 8a3f0662..04e35881 100755 --- a/mozapkpublisher/get_apk.py +++ b/mozapkpublisher/get_apk.py @@ -33,8 +33,6 @@ def _init_parser(cls): ) exclusive_group = cls.parser.add_mutually_exclusive_group(required=True) - exclusive_group.add_argument('--clean', action='store_true', default=False, - help='Use this option to clean the download directory') exclusive_group.add_argument('--version', default=None, help='Specify version number to download (e.g. 23.0b7)') exclusive_group.add_argument('--latest-nightly', action='store_true', default=False, help='Download the latest nightly version')