Browse code

Merge pull request #24666 from sdurrheimer/zsh-completion-dockerd-oom-score-adjust

Add zsh completion for 'dockerd --oom-score-adjust'

Sebastiaan van Stijn authored on 2016/07/15 20:47:39
Showing 1 changed files
... ...
@@ -1580,6 +1580,7 @@ __docker_subcommand() {
1580 1580
                 "($help)--max-concurrent-downloads[Set the max concurrent downloads for each pull]" \
1581 1581
                 "($help)--max-concurrent-uploads[Set the max concurrent uploads for each push]" \
1582 1582
                 "($help)--mtu=[Network MTU]:mtu:(0 576 1420 1500 9000)" \
1583
+                "($help)--oom-score-adjust=[Set the oom_score_adj for the daemon]:oom-score:(-500)" \
1583 1584
                 "($help -p --pidfile)"{-p=,--pidfile=}"[Path to use for daemon PID file]:PID file:_files" \
1584 1585
                 "($help)--raw-logs[Full timestamps without ANSI coloring]" \
1585 1586
                 "($help)*--registry-mirror=[Preferred Docker registry mirror]:registry mirror: " \