From c37c9df18a2fc3c34be3d8d21dae16553c8d4633 Mon Sep 17 00:00:00 2001 From: Steve Durrheimer <s.durrheimer@gmail.com> Date: Fri, 16 Oct 2015 08:37:16 +0200 Subject: [PATCH] Deprecate 'docker run -c' option in zsh completion Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com> --- contrib/completion/zsh/_docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/completion/zsh/_docker b/contrib/completion/zsh/_docker index 813878a890..2b3a80b2a7 100644 --- a/contrib/completion/zsh/_docker +++ b/contrib/completion/zsh/_docker @@ -394,7 +394,7 @@ __docker_subcommand() { opts_help=("(: -)--help[Print usage]") opts_cpumemlimit=( - "($help -c --cpu-shares)"{-c,--cpu-shares=-}"[CPU shares (relative weight)]:CPU shares:(0 10 100 200 500 800 1000)" + "($help)--cpu-shares=-[CPU shares (relative weight)]:CPU shares:(0 10 100 200 500 800 1000)" "($help)--cgroup-parent=-[Parent cgroup for the container]:cgroup: " "($help)--cpu-period=-[Limit the CPU CFS (Completely Fair Scheduler) period]:CPU period: " "($help)--cpu-quota=-[Limit the CPU CFS (Completely Fair Scheduler) quota]:CPU quota: "