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

Signed-off-by: Steve Durrheimer <s.durrheimer@gmail.com>
master
Steve Durrheimer 2015-10-15 21:12:31 +02:00 committed by Tibor Vass
parent d6ac5c6556
commit b6b1fc6a34
1 changed files with 0 additions and 2 deletions

View File

@ -268,8 +268,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
;;