aboutsummaryrefslogtreecommitdiff
path: root/completion/zsh-completion.zsh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-21 17:26:21 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-21 17:26:21 +0200
commit66cbb352ebc7717f9bbd816b6e76bdcc347fdcb7 (patch)
tree0dedd8a167ab956a125270c5eced98358b96262c /completion/zsh-completion.zsh
parentb66b3b5bfc842b1224c5b6bcd2f0c6737f2f0f8b (diff)
downloadponysay-66cbb352ebc7717f9bbd816b6e76bdcc347fdcb7.tar.gz
ponysay-66cbb352ebc7717f9bbd816b6e76bdcc347fdcb7.tar.bz2
ponysay-66cbb352ebc7717f9bbd816b6e76bdcc347fdcb7.zip
balloon styles: -b and -B options are implemented
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 : \