Skip to content

Commit

Permalink
CB-6616 Clean up the help text
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarcelk committed May 16, 2014
1 parent 0993ad3 commit b0ef368
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions createmobilespec/createmobilespec.js
Expand Up @@ -69,11 +69,11 @@ var top_dir = process.cwd() + path.sep,
"At least one platform must be specified.\n" +
"A project will be created with the mobile-spec app and all the core plugins.")
.describe("help", "Shows usage.")
.describe("android", "Add Android platform to the mobile-spec project.")
.describe("blackberry10", "Add Blackberry 10 platform to the mobile-spec project.")
.describe("ios", "Add iOS platform to the mobile-spec project.")
.describe("windows8", "Add Windows 8 (desktop) platform to the mobile-spec project.")
.describe("wp8", "Add Windows Phone 8 to the mobile-spec projec.t")
.describe("android", "Add Android platform when creating the mobile-spec project.")
.describe("blackberry10", "Add Blackberry 10 platform when creating the mobile-spec project.")
.describe("ios", "Add iOS platform when creating the mobile-spec project.")
.describe("windows8", "Add Windows 8 (desktop) platform when creating the mobile-spec project.")
.describe("wp8", "Add Windows Phone 8 when creating the mobile-spec project.")
.describe("plugman", "Use /bin/create and plugman directly instead of the CLI.")
.describe("global", "Use the globally-installed cordova and the downloaded platforms/plugins from the registry instead of the local git repo. Will use the local git repo of mobile-spec. Generally used only to test RC or production releases. Cannot be used with --plugman.")
.describe("skipjs", "Do not update the platform's cordova.js from the js git repo, use the one already present in the platform. Rarely used, generally to test RC releases. Cannot be used with --global because it is implied when --global is used.")
Expand Down

0 comments on commit b0ef368

Please sign in to comment.