From 1d01f7d09d6a66488681ffe31998ba85f5da2979 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 16 Aug 2011 16:57:37 +0200 Subject: _twidge: Fix update args --- etc/completions/_twidge | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'etc/completions') diff --git a/etc/completions/_twidge b/etc/completions/_twidge index 5f32435..6309c55 100644 --- a/etc/completions/_twidge +++ b/etc/completions/_twidge @@ -43,6 +43,8 @@ function _twidge_args { args_update=( '(-i --inreplyto)'{-i,--inreplyto}'[update in reply to a message]:message id' + '(-i --inreplyto 1)-r[read RFC2822 Mail]' + ':status' ) case $1 in @@ -62,10 +64,7 @@ function _twidge_args { _message username ;; update) - _arguments \ - '(-r -i --inreplyto)'{-i,--inreplyto}'[in reply to]:message id' \ - '-r[read RFC2822 E-Mail]' \ - '(-r):status' + _arguments $args_update ;; esac } -- cgit v1.2.3