From 92178ce8519ff1cd76f950c0970052fec86d9eda Mon Sep 17 00:00:00 2001 From: Joe Bloggs Date: Wed, 26 Mar 2014 02:22:58 +0000 Subject: [PATCH] update --- zsh-completions-howto.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh-completions-howto.org b/zsh-completions-howto.org index 2182698..5a71570 100644 --- a/zsh-completions-howto.org +++ b/zsh-completions-howto.org @@ -187,7 +187,7 @@ Basic option specifications take the form '-OPT[DESCRIPTION]', e.g. like this: #+BEGIN_SRC sh _arguments '-s[sort output]' '--l[long output]' '-l[long output]' #+END_SRC -Arguments for the option can be specified after the option description like this '-OPT[DESCRIPTION]:MESSAGE:ACTION', +Arguments for the option can be specified after the option description in this form '-OPT[DESCRIPTION]:MESSAGE:ACTION', where MESSAGE is a message to display and ACTION can be any of the forms mentioned in the ACTIONS section above. For example: #+BEGIN_SRC sh