about summary refs log tree commit diff
path: root/Completion/Unix/Command/_raggle
diff options
context:
space:
mode:
authorDoug Kearns <dkearns@users.sourceforge.net>2006-04-14 12:49:14 +0000
committerDoug Kearns <dkearns@users.sourceforge.net>2006-04-14 12:49:14 +0000
commit5c2d5b013e1d8cab43ca19507bf669693c95cd95 (patch)
treef6ef6575d961cdcdb3520e4c6fbb93845f20921b /Completion/Unix/Command/_raggle
parentc9a761df01cba44f7f2f14cb97af7dedd6fdb8e9 (diff)
downloadzsh-5c2d5b013e1d8cab43ca19507bf669693c95cd95.tar.gz
zsh-5c2d5b013e1d8cab43ca19507bf669693c95cd95.tar.xz
zsh-5c2d5b013e1d8cab43ca19507bf669693c95cd95.zip
unposted: update raggle completion for version 0.4.4
Diffstat (limited to 'Completion/Unix/Command/_raggle')
-rw-r--r--Completion/Unix/Command/_raggle1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_raggle b/Completion/Unix/Command/_raggle
index 973ea4ac7..4bda595be 100644
--- a/Completion/Unix/Command/_raggle
+++ b/Completion/Unix/Command/_raggle
@@ -31,6 +31,7 @@ _arguments -C -s \
   '(-t --title)'{-t,--title}"[title attribute of feed (for '--add' and '--edit')]:feed title:" \
   "--unlock-title[unlock Title attribute of feed (for '--add' and '--edit')]" \
   "--unsave-items[don't save old items of feed (for '--add' and '--edit')]" \
+  "--update[update feed (or all feeds, if unspecified)]::feed ID:->feed" \
   '(-u --url)'{-u,--url}"[URL attribute of feed (for '--add' and '--edit')]:URL:_urls" \
   '--verbose[turn on verbose output]' \
   '(-)'{-v,--version}'[display version information]' && return 0