aboutsummaryrefslogtreecommitdiff
path: root/completion/zsh-completion.zsh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-21 17:52:18 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-21 17:52:18 +0200
commitac6b4ef166a158115e85dc9799c5465470263df5 (patch)
tree8e85adfa20ef6b9f32ecc0e65dd3563492b655c2 /completion/zsh-completion.zsh
parentfabeee4d991998216158d73391500b52a39daeb5 (diff)
parent194ddff8fa50b493e822012c51c026de1f76ea2d (diff)
downloadponysay-ac6b4ef166a158115e85dc9799c5465470263df5.tar.gz
ponysay-ac6b4ef166a158115e85dc9799c5465470263df5.tar.bz2
ponysay-ac6b4ef166a158115e85dc9799c5465470263df5.zip
Merge branch 'develop'
Diffstat (limited to 'completion/zsh-completion.zsh')
-rw-r--r--completion/zsh-completion.zsh8
1 files changed, 5 insertions, 3 deletions
diff --git a/completion/zsh-completion.zsh b/completion/zsh-completion.zsh
index 2124380..c19604d 100644
--- a/completion/zsh-completion.zsh
+++ b/completion/zsh-completion.zsh
@@ -2,10 +2,12 @@
_shortopts=(
'-v[Show version and exit]'
'-h[Show this help and exit]'
- '-l[list ponyfiles]'
- '-L[list ponyfiles with alternatives]'
- '-f[Select a pony (either a filename or a ponyname]: :_path_files -W '/usr/share/ponysay/ponies' -g "*(\:r)"'
+ '-l[list pony names]'
+ '-L[list pony names with alternatives]'
+ '-B[list balloon style names]'
+ '-f[Select a pony (either a file name or a pony name]: :_path_files -W '/usr/share/ponysay/ponies' -g "*(\:r)"'
'-q[Select ponies for MLP:FiM quotes]'
+ '-b[Selecy a balloon style]'
'-W[The screen column where the message should be wrapped]'
)
_arguments -s : \