Remove '-n -l --latest' options from 'docker network ls' in zsh completion

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
Upstream-commit: 080a906aac1760922a2791e86dc10190600c9f7c
Component: engine
This commit is contained in:
Steve Durrheimer
2015-10-15 21:12:31 +02:00
parent 2a30cdb717
commit d24169e5d2

View File

@ -263,8 +263,6 @@ __docker_network_subcommand() {
(ls)
_arguments \
$opts_help \
"($help -l --latest)"{-l,--latest}"[Show the latest network created]" \
"($help)-n=-[Show n last created networks]:Number of networks: " \
"($help)--no-trunc[Do not truncate the output]" \
"($help -q --quiet)"{-q,--quiet}"[Only display numeric IDs]" && ret=0
;;