about summary refs log tree commit diff
path: root/Completion/Unix/Command/_dsh
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2019-09-30 23:20:24 +0200
committerOliver Kiddle <okiddle@yahoo.co.uk>2019-09-30 23:20:24 +0200
commit934fc7d1164f6a2a90658ff98e642d282d394727 (patch)
treed04b7e4e84d878959cba25d02e77c6e11103df29 /Completion/Unix/Command/_dsh
parent2c03873053d3ea5b4fc5da38cf189a5d9dcc7866 (diff)
downloadzsh-934fc7d1164f6a2a90658ff98e642d282d394727.tar.gz
zsh-934fc7d1164f6a2a90658ff98e642d282d394727.tar.xz
zsh-934fc7d1164f6a2a90658ff98e642d282d394727.zip
44783, 44791: mark some repeatable options with * in the _arguments specs
Diffstat (limited to 'Completion/Unix/Command/_dsh')
-rw-r--r--Completion/Unix/Command/_dsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_dsh b/Completion/Unix/Command/_dsh
index fc7680062..2486b23fd 100644
--- a/Completion/Unix/Command/_dsh
+++ b/Completion/Unix/Command/_dsh
@@ -10,10 +10,10 @@ _arguments -s -C -S \
   '(-M --show-machine-names)'{-M,--show-machine-names}'[prepend the host name on output]' \
   '(-i --duplicate-input)'{-i,--duplicate-input}'[duplicate input given to dsh]' \
   '(-b --bufsize)'{-b,--bufsize}'[change buffer size used in input duplication]:buffer size for -i (bytes)' \
-  '(-m --machine)'{-m,--machine}'[execute on machine]:machine:{_hosts || _user_at_host}' \
+  \*{-m,--machine}'[execute on machine]:machine:{_hosts || _user_at_host}' \
   '(-n --num-topology)'{-n,--num-topology}'[how to divide the machines]:number' \
   '(-a --all)'{-a,--all}'[execute on all machines]' \
-  '(-g --group)'{-g,--group}'[execute on group member]:groupname:->groups' \
+  \*{-g,--group}'[execute on group member]:groupname:->groups' \
   '(-f --file)'{-f,--file}'[use the file as list of machines]:file:_files' \
   '(-r --remoteshell)'{-r,--remoteshell}'[execute using shell]:remote shell:(rsh ssh)' \
   '(-o --remoteshellopt)'{-o,--remoteshellopt}'[option to give to remote shell ]:option' \