You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/09 19:42:46 UTC

git commit: CB-5032: clarify the help text

Updated Branches:
  refs/heads/master 9c3d4d16b -> 9823bdddb


CB-5032: clarify the help text


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/9823bddd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/9823bddd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/9823bddd

Branch: refs/heads/master
Commit: 9823bdddb0e042286a383e04aecec35d709d3d90
Parents: 9c3d4d1
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Oct 9 13:41:24 2013 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Oct 9 13:41:24 2013 -0400

----------------------------------------------------------------------
 doc/help.txt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/9823bddd/doc/help.txt
----------------------------------------------------------------------
diff --git a/doc/help.txt b/doc/help.txt
index 507ab75..5a614b3 100644
--- a/doc/help.txt
+++ b/doc/help.txt
@@ -11,11 +11,11 @@ Global Commands
 Project-Level Commands
 
     platform(s) [{add|remove|rm} <PLATFORM>] .. add or remove a specified PLATFORM, OR
-                                                list all installed, available and unavailable platforms
+                [{list|ls}] ................... list all installed, available and unavailable platforms
     plugin(s) [{add|remove|rm} <PATH|URI>] .... add or remove a plugin from the specified PATH or URI, OR
-                                                list all currently installed plugins
+              [{ls|list}] ..................... list all currently installed plugins
     prepare [PLATFORM..] ...................... copies files for specified platforms, or all platforms,
-                                               so that the project is ready to build in each SDK.
+                                                so that the project is ready to build in each SDK.
     compile [PLATFORM..] ...................... builds the app for specified platforms, or all platforms
     build [PLATFORM...] ....................... shortcut for prepare, then compile
     emulate [PLATFORM...] ..................... deploys app in specified (or all) platforms' emulator,