You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/06/11 03:33:05 UTC

git commit: CB-6919 help should list windows8 as an available platform, and not wp7

Repository: cordova-plugman
Updated Branches:
  refs/heads/master bd2a59b6e -> b40efa682


CB-6919 help should list windows8 as an available platform, and not wp7


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

Branch: refs/heads/master
Commit: b40efa6828d7c9a16762c1b4cf4da018a132602d
Parents: bd2a59b
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Jun 10 18:33:20 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Jun 10 18:33:20 2014 -0700

----------------------------------------------------------------------
 doc/help.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/b40efa68/doc/help.txt
----------------------------------------------------------------------
diff --git a/doc/help.txt b/doc/help.txt
index a0da457..fe3e161 100644
--- a/doc/help.txt
+++ b/doc/help.txt
@@ -10,7 +10,7 @@ Install a plugin
 
 Parameters:
 
- - platform <platform>: One of android, ios, blackberry10, wp7 or wp8
+ - platform <platform>: One of android, ios, blackberry10, wp8, or windows8
  - project <directory>: Path reference to a cordova-generated project of the platform you specify
  - plugin <plugin>: One of a path reference to a local copy of a plugin, or a remote https: or git: URL pointing to a cordova plugin (optionally append #branch:subdir) or a plugin ID from http://plugins.cordova.io
  - variable NAME=VALUE: Some plugins require install-time variables to be defined. These could be things like API keys/tokens or other app-specific variables.