Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A9153CEA9 for ; Thu, 18 Jul 2013 19:21:37 +0000 (UTC) Received: (qmail 49401 invoked by uid 500); 18 Jul 2013 19:21:36 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 49266 invoked by uid 500); 18 Jul 2013 19:21:35 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 48929 invoked by uid 99); 18 Jul 2013 19:21:31 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 19:21:31 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 621808ADB61; Thu, 18 Jul 2013 19:21:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwbrooks@apache.org To: commits@cordova.apache.org Date: Thu, 18 Jul 2013 19:21:32 -0000 Message-Id: <8a19987d5d194af09581649821516741@git.apache.org> In-Reply-To: <5e222890531b45eea214e2c3558d495a@git.apache.org> References: <5e222890531b45eea214e2c3558d495a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [02/14] docs commit: [CB-3816] added simple use case for removing a plugin [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 Authored: Wed Jul 17 15:28:04 2013 -0400 Committer: Michael Brooks 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