Bug 1344244 - Post: Allow --application-choice to |mach bootstrap|. r=glandium
MozReview-Commit-ID: 496iK5iTEPX
This commit is contained in:
@@ -141,8 +141,8 @@ def main(args):
|
||||
'content. Like --repo, you should not need to set this.')
|
||||
|
||||
parser.add_option('--application-choice', dest='application_choice',
|
||||
help='Pass in an application choice (desktop/android) instead of using the '
|
||||
'default interactive prompt.')
|
||||
help='Pass in an application choice (see mozboot.bootstrap.APPLICATIONS) '
|
||||
'instead of using the default interactive prompt.')
|
||||
parser.add_option('--no-interactive', dest='no_interactive', action='store_true',
|
||||
help='Answer yes to any (Y/n) interactive prompts.')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user