From 9c97cfc3ff237f2089357cb64aa9067691888d0f Mon Sep 17 00:00:00 2001 From: Brad Reynolds Date: Tue, 22 Dec 2015 13:32:45 -0600 Subject: [PATCH] Updates to the install and uninstall documentation --- www/docs/en/5.4.0/plugin_ref/plugman.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 eb1f856350..6a2178bf8b 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 --project --plugin [--plugins_dir ] [--www ] [--variable = [--variable = ...]] + $ plugman install --platform --project --plugin [--plugins_dir ] [--www ] [--variable = [--variable = ...]] 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 --project --plugin [--www ] [--plugins_dir ] + $ plugman uninstall --platform --project --plugin [--www ] [--plugins_dir ] ## Help Commands