Bug 1344244 - Post: Allow --application-choice to |mach bootstrap|. r=glandium

MozReview-Commit-ID: 496iK5iTEPX
This commit is contained in:
Nick Alexander
2017-07-05 13:25:04 -07:00
parent bcf6a18b23
commit b903484d51
2 changed files with 8 additions and 4 deletions

View File

@@ -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.')