Forráskód Böngészése

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>
Sebastiaan van Stijn 9 éve
szülő
commit
83b12c0c11
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      docs/reference/commandline/plugin_rm.md

+ 2 - 2
docs/reference/commandline/plugin_rm.md

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