From e06956d5649a2596015f50f4259bcccc63825532 Mon Sep 17 00:00:00 2001 From: Alexandre Poirot Date: Mon, 30 Jan 2012 22:20:56 +0100 Subject: [PATCH] Bug 722291 - Update cfx --help with valid fennec intent names r=@warner (cherry picked from commit 6d6197676766d5998a9701c1ba7d4bcf1a8bf850) --- python-lib/cuddlefish/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-lib/cuddlefish/__init__.py b/python-lib/cuddlefish/__init__.py index 71c2e5654..591a30003 100644 --- a/python-lib/cuddlefish/__init__.py +++ b/python-lib/cuddlefish/__init__.py @@ -172,7 +172,8 @@ (("", "--mobile-app",), dict(dest="mobile_app_name", help=("Name of your Android application to " "use. Possible values: 'firefox', " - "'firefox_beta', 'firefox_nightly'."), + "'firefox_beta', 'fennec_aurora', " + "'fennec' (for nightly)."), metavar=None, default=None, cmds=['run', 'test', 'testall'])),