Skip to content

Commit

Permalink
Merge pull request moby#17101 from sdurrheimer/zsh-completion-depreca…
Browse files Browse the repository at this point in the history
…te-run-dash-c-option

Deprecate 'docker run -c' option in zsh completion
  • Loading branch information
cpuguy83 committed Oct 16, 2015
2 parents 30b945f + c37c9df commit 08a43b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/completion/zsh/_docker
Original file line number Diff line number Diff line change
Expand Up @@ -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: "
Expand Down

0 comments on commit 08a43b8

Please sign in to comment.