From 6b7737982de12a27dce5bd6ac8d60cb8a2537d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Thu, 30 Aug 2018 22:44:42 +0900 Subject: [PATCH] Remove mentions of 'cordova plugin search' from docs (#306) --- doc/plugin.txt | 2 -- doc/readme.md | 2 -- 2 files changed, 4 deletions(-) diff --git a/doc/plugin.txt b/doc/plugin.txt index 05bf382b9..0915eea57 100644 --- a/doc/plugin.txt +++ b/doc/plugin.txt @@ -35,8 +35,6 @@ Manage project plugins list .............................. List currently installed plugins save .............................. Saves the information for all currently added plugins to config.xml - search [] [...] .......... Search http://plugins.cordova.io for plugins matching the keywords - Syntax : [@]||[#][:subdir] diff --git a/doc/readme.md b/doc/readme.md index 671282c13..bb8dfd184 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -313,7 +313,6 @@ cordova {plugin | plugins} [ add [..] {--searchpath= | --noregistry | --link | --save | --browserify | --force} | {remove | rm} { | } --save | {list | ls} | - search [] | save | ] ``` @@ -330,7 +329,6 @@ cordova {plugin | plugins} [ | remove `|` [...]| | Remove plugins with the given IDs/name. | |--nosave | Do NOT remove the specified plugin from config.xml or package.json |list | | List currently installed plugins -|search `[]` [...] | | Search http://plugins.cordova.io for plugins matching the keywords |save | | Save `` of all plugins currently added to the project ### Plugin-spec