[CB-3816] added simple use case for removing a plugin
Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/572579ba Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/572579ba Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/572579ba Branch: refs/heads/master Commit: 572579ba75a03cabc9457d3cefdecfaa92c8a4f5 Parents: 6ad5737 Author: Mike Sierra <[email protected]> Authored: Wed Jul 17 15:28:04 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Thu Jul 18 12:15:21 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/cli/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/572579ba/docs/en/edge/guide/cli/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md index d4ad850..d7a8e80 100644 --- a/docs/en/edge/guide/cli/index.md +++ b/docs/en/edge/guide/cli/index.md @@ -255,7 +255,8 @@ Use `plugin ls` (or `plugin list`) to view currently installed plugins: [ 'org.apache.cordova.core.console' ] To remove a plugin, you refer to it by the same name that appears in -the listing: +the listing. For example, here is how you would remove support for a +debug console from a release version: $ cordova plugin rm org.apache.cordova.core.console $ cordova plugin remove org.apache.cordova.core.console # same
