Переглянути джерело

Merge pull request #28758 from vdemeester/update-plugin-enable-cli-doc

Update plugin enable cli reference documentation
Vincent Demeester 8 роки тому
батько
коміт
55cd9c4edc
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      docs/reference/commandline/plugin_enable.md

+ 2 - 1
docs/reference/commandline/plugin_enable.md

@@ -21,7 +21,8 @@ Usage:  docker plugin enable PLUGIN
 Enable a plugin
 Enable a plugin
 
 
 Options:
 Options:
-      --help   Print usage
+      --help          Print usage
+      --timeout int   HTTP client timeout (in seconds)
 ```
 ```
 
 
 Enables a plugin. The plugin must be installed before it can be enabled,
 Enables a plugin. The plugin must be installed before it can be enabled,