Repository: cordova-docs
Updated Branches:
  refs/heads/master b30cbdd53 -> 9a194f0e3


Updates to the install and uninstall documentation. This closes #444


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

Branch: refs/heads/master
Commit: 9a194f0e308960839a040f5837f5532225969a2e
Parents: b30cbdd
Author: Brad Reynolds <bradleyja...@users.noreply.github.com>
Authored: Tue Dec 22 13:32:45 2015 -0600
Committer: Nikhil Khandelwal <nikhi...@microsoft.com>
Committed: Wed Jan 13 14:41:01 2016 -0800

----------------------------------------------------------------------
 www/docs/en/5.4.0/plugin_ref/plugman.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9a194f0e/www/docs/en/5.4.0/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/www/docs/en/5.4.0/plugin_ref/plugman.md 
b/www/docs/en/5.4.0/plugin_ref/plugman.md
index eb1f856..6a2178b 100644
--- a/www/docs/en/5.4.0/plugin_ref/plugman.md
+++ b/www/docs/en/5.4.0/plugin_ref/plugman.md
@@ -74,7 +74,7 @@ listed on the [Platform 
Guides](../guide/platforms/index.html) page.
 
 Once you have installed Plugman and have created a Cordova project, you can 
start adding plugins to the platform with:
 
-    $ plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> 
--project <directory> --plugin <name|url|path> [--plugins_dir <directory>] 
[--www <directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
+    $ plugman install --platform <ios|amazon-fireos|android|blackberry10|wp8> 
--project <directory> --plugin <name|url|path> [--plugins_dir <directory>] 
[--www <directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
 
 Using minimum parameters, this command installs a plugin into a cordova 
project. You must specify a platform and cordova project location for that 
platform. You also must specify a plugin, with the different `--plugin` 
parameter forms being:
 
@@ -90,9 +90,9 @@ Other parameters:
 
 ## Remove a Plugin
 
-To uninstall a plugin, you simply pass the `--uninstall` flag and provide the 
plugin ID.
+To uninstall a plugin invoke the `uninstall` command and provide the plugin ID.
 
-    $ plugman --uninstall --platform 
<ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin 
<id> [--www <directory>] [--plugins_dir <directory>]
+    $ plugman uninstall --platform 
<ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin 
<id> [--www <directory>] [--plugins_dir <directory>]
 
 
 ## Help Commands


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to