Explorar o código

Merge pull request #24866 from thaJeztah/fix-sloppy-copy-pasta

docs: fix copy/pasta error
Sebastiaan van Stijn %!s(int64=9) %!d(string=hai) anos
pai
achega
ccd0d83344
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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
 $ 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