From f6dfc0394fb27f3b2b3b1d077f509c1295b209b3 Mon Sep 17 00:00:00 2001 From: Steve Durrheimer Date: Fri, 15 Jul 2016 08:16:15 +0200 Subject: [PATCH] Add zsh completion for 'dockerd --oom-score-adjust' Signed-off-by: Steve Durrheimer (cherry picked from commit 5d29732bdf8f6b3a52a8272c4549982a95727ef8) Signed-off-by: Tibor Vass --- contrib/completion/zsh/_docker | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/completion/zsh/_docker b/contrib/completion/zsh/_docker index b25cf61f2d..aa3396880e 100644 --- a/contrib/completion/zsh/_docker +++ b/contrib/completion/zsh/_docker @@ -1581,6 +1581,7 @@ __docker_subcommand() { "($help)--max-concurrent-downloads[Set the max concurrent downloads for each pull]" \ "($help)--max-concurrent-uploads[Set the max concurrent uploads for each push]" \ "($help)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \ + "($help)--oom-score-adjust=[Set the oom_score_adj for the daemon]:oom-score:(-500)" \ "($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \ "($help)--raw-logs[Full timestamps without ANSI coloring]" \ "($help)*--registry-mirror=[Preferred Docker registry mirror]:registry mirror: " \