aboutsummaryrefslogtreecommitdiffstats
path: root/src/_mussh
diff options
context:
space:
mode:
authorSyohei YOSHIDA <syohex@gmail.com>2015-06-08 16:05:14 +0900
committerSyohei YOSHIDA <syohex@gmail.com>2015-06-08 16:05:14 +0900
commitd6fdb720e2b58ddd64b55c8d44740d13f799fff3 (patch)
treebf5ecc75d12d7f72ca295ace345f5fda8ac474eb /src/_mussh
parentMerge pull request #301 from bosr/ansible (diff)
downloadzsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar
zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.gz
zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.bz2
zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.lz
zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.xz
zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.tar.zst
zsh-completions-d6fdb720e2b58ddd64b55c8d44740d13f799fff3.zip
Correct misspellings
Diffstat (limited to 'src/_mussh')
-rw-r--r--src/_mussh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_mussh b/src/_mussh
index 654c923..ff2e96e 100644
--- a/src/_mussh
+++ b/src/_mussh
@@ -71,7 +71,7 @@ _arguments -C \
'-po[Args to pass to ssh on proxy with -o option]:ssh-args' \
'(-h -H)-h[Add a host to list of hosts]:[user@]host' \
'(-h -H)-H[Add contents of file to list of hosts]:host file:_files' \
- '(-c -C)-c[Add a comand or quoted list of commands to list of commands to be executed on each host]:command' \
+ '(-c -C)-c[Add a command or quoted list of commands to list of commands to be executed on each host]:command' \
'(-c -C)-C[Add file contents to list of commands to be executed on each host]:commands file:_files' \
'(-q)-q[No output unless necessary]' && ret=0