docs: fix copy/pasta error

Looks like I copied from the line below, not
from the output :)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
master
Sebastiaan van Stijn 2016-07-20 23:59:38 +02:00 committed by Tibor Vass
parent 7a206d8667
commit 99bf996fdf
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ The following example disables and removes the `no-remove:latest` plugin;
```bash
$ docker plugin disable tiborvass/no-remove
no-remove:latest
tiborvass/no-remove
$ docker plugin rm tiborvass/no-remove:latest
no-remove:latest
tiborvass/no-remove
```
## Related information