about summary refs log tree commit diff
path: root/Completion/Unix/Command/_w3m
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-05-03 13:05:48 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-05-03 13:05:48 +0000
commit36546001bd7960319d39937050739d2269da5f20 (patch)
treeea943846f29bf35bb901bf93c281d15bf4f70842 /Completion/Unix/Command/_w3m
parent1e79a3424fa4e84da07d3df53e614a1a297d833f (diff)
downloadzsh-36546001bd7960319d39937050739d2269da5f20.tar.gz
zsh-36546001bd7960319d39937050739d2269da5f20.tar.xz
zsh-36546001bd7960319d39937050739d2269da5f20.zip
minor completion changes (14216)
Diffstat (limited to 'Completion/Unix/Command/_w3m')
-rw-r--r--Completion/Unix/Command/_w3m12
1 files changed, 6 insertions, 6 deletions
diff --git a/Completion/Unix/Command/_w3m b/Completion/Unix/Command/_w3m
index f693a1e7c..a2a0d0b32 100644
--- a/Completion/Unix/Command/_w3m
+++ b/Completion/Unix/Command/_w3m
@@ -14,22 +14,22 @@ _arguments \
   '-v[visual startup mode]' \
   '-M[monochrome display]' \
   '-F[automatically render frame]' \
-  '-dump' \
+  '(-dump_source -dump_head)-dump' \
   '-cols:column width:' \
-  '-dump_source' \
-  '-dump_head' \
+  '(-dump -dump_head)-dump_source' \
+  '(-dump -dump_source)-dump_head' \
   '+:goto line:' \
   '-num[show line number]' \
   '-no-proxy' \
   '-no-mouse' \
-  '-cookie' \
-  '-no-cookie' \
+  '(-no-cookie)-cookie' \
+  '(-cookie)-no-cookie' \
   '-no-graph' \
   '-S[squeeze multiple blank lines]' \
   '-W[toggle wrap search mode]' \
   '-X[do not use termcap init/deinit]' \
   '-o[option]:option-value:' \
-  '-config:configfile:_files' \
+  '-config:config file:_files' \
   '-debug' \
   ':url:->url' && return 0