Use plugin:list instead of deprecated plugin

This commit is contained in:
Kazuhiro NISHIYAMA
2019-06-04 07:48:45 +09:00
parent 8a5504574d
commit a17ed7981e

View File

@@ -24,10 +24,10 @@ dokku plugins-install
## Usage
You can list all installed plugins using the `plugin` command:
You can list all installed plugins using the `plugin:list` command:
```shell
dokku plugin
dokku plugin:list
```
```