You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/02/04 23:10:07 UTC

git commit: typo in help menu

Updated Branches:
  refs/heads/master 8296edaca -> 34ee767a5


typo in help menu


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

Branch: refs/heads/master
Commit: 34ee767a5ba71e93498388cba659c09b0321b134
Parents: 8296eda
Author: Lucas Holmquist <lh...@redhat.com>
Authored: Mon Feb 4 12:02:17 2013 -0500
Committer: Lucas Holmquist <lh...@redhat.com>
Committed: Mon Feb 4 12:02:17 2013 -0500

----------------------------------------------------------------------
 doc/help.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/34ee767a/doc/help.txt
----------------------------------------------------------------------
diff --git a/doc/help.txt b/doc/help.txt
index 6a02e1c..5e9d409 100644
--- a/doc/help.txt
+++ b/doc/help.txt
@@ -10,7 +10,7 @@ Global Commands
 Project-Level Commands
 
     platform(s) [add|remove|ls [name]] ... adds or removes a platform, or lists all currently-added platforms
-    plugini(s) [add|remove|ls [path]] ..... adds or removes a plugin (from the specified path), or lists all currently-added plugins
+    plugin(s) [add|remove|ls [path]] ..... adds or removes a plugin (from the specified path), or lists all currently-added plugins
     build ............................. builds a cordova project
     emulate ........................... starts emulator for cordova project
     serve <platform> [port] ........... runs a local web server for the www/ directory of the given platform