Skip to content

Commit

Permalink
get_apk: Remove --clean feature
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Mar 10, 2017
1 parent 12171e4 commit 8c1091f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mozapkpublisher/get_apk.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 8c1091f

Please sign in to comment.