From 8f2cb1bb30f94c48d6176e8b9d07b4e5228331ad Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 16 Aug 2012 18:36:52 +0200 Subject: shell completion improvements --- completion/zsh-completion.zsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'completion/zsh-completion.zsh') diff --git a/completion/zsh-completion.zsh b/completion/zsh-completion.zsh index 07b2ebf..5222d38 100644 --- a/completion/zsh-completion.zsh +++ b/completion/zsh-completion.zsh @@ -3,7 +3,9 @@ _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)"' + '-q[Select ponies for MLP:FiM quotes]' '-W[The screen column where the message should be wrapped]' ) _arguments -s : \ -- cgit