Skip to content

Commit

Permalink
Remove mentions of 'cordova plugin search' from docs (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored and raphinesse committed Aug 30, 2018
1 parent 9eb9b30 commit 6b77379
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions doc/plugin.txt
Expand Up @@ -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 [<keyword>] [...] .......... Search http://plugins.cordova.io for plugins matching the keywords

Syntax
<plugin-spec> : <pluginID>[@<version>]|<directory>|<url>[#<commit-ish>][:subdir]

Expand Down
2 changes: 0 additions & 2 deletions doc/readme.md
Expand Up @@ -313,7 +313,6 @@ cordova {plugin | plugins} [
add <plugin-spec> [..] {--searchpath=<directory> | --noregistry | --link | --save | --browserify | --force} |
{remove | rm} {<pluginid> | <name>} --save |
{list | ls} |
search [<keyword>] |
save |
]
```
Expand All @@ -330,7 +329,6 @@ cordova {plugin | plugins} [
| remove `<pluginid>|<name>` [...]| | 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 `[<keyword>]` [...] | | Search http://plugins.cordova.io for plugins matching the keywords
|save | | Save `<plugin-spec>` of all plugins currently added to the project

### Plugin-spec
Expand Down

0 comments on commit 6b77379

Please sign in to comment.