From 8cb287199fb978fca142193c08cdd26031319f23 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 23 Nov 2016 15:42:40 +0100 Subject: [PATCH] Update plugin enable cli reference documentation Signed-off-by: Vincent Demeester Upstream-commit: 43297dd6f81d85d1ac3dc49d68684404be0f2d8e Component: engine --- components/engine/docs/reference/commandline/plugin_enable.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/docs/reference/commandline/plugin_enable.md b/components/engine/docs/reference/commandline/plugin_enable.md index 15a07e6f70..6b9ed76407 100644 --- a/components/engine/docs/reference/commandline/plugin_enable.md +++ b/components/engine/docs/reference/commandline/plugin_enable.md @@ -21,7 +21,8 @@ Usage: docker plugin enable PLUGIN Enable a plugin 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,