Browse code

Merge pull request #24665 from sdurrheimer/zsh-completion-run-network

Rename zsh completion for 'docker {create,run} --net --net-alias' to …

Vincent Demeester authored on 2016/07/15 18:15:35
Showing 1 changed files
... ...
@@ -1432,8 +1432,8 @@ __docker_subcommand() {
1432 1432
         "($help)*--log-opt=[Log driver specific options]:log driver options:__docker_log_options"
1433 1433
         "($help)--mac-address=[Container MAC address]:MAC address: "
1434 1434
         "($help)--name=[Container name]:name: "
1435
-        "($help)--net=[Connect a container to a network]:network mode:(bridge none container host)"
1436
-        "($help)*--net-alias=[Add network-scoped alias for the container]:alias: "
1435
+        "($help)--network=[Connect a container to a network]:network mode:(bridge none container host)"
1436
+        "($help)*--network-alias=[Add network-scoped alias for the container]:alias: "
1437 1437
         "($help)--oom-kill-disable[Disable OOM Killer]"
1438 1438
         "($help)--oom-score-adj[Tune the host's OOM preferences for containers (accepts -1000 to 1000)]"
1439 1439
         "($help)--pids-limit[Tune container pids limit (set -1 for unlimited)]"