From 1556ce6f1f09d6ce04b776879537dfc9ed8270c6 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 26 Feb 2004 13:07:25 +0000 Subject: unposted: reword --help description and add a version string to _raggle --- ChangeLog | 3 +++ Completion/Unix/Command/_raggle | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 52c3b4566..4815cac08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-02-26 Doug Kearns + * unposted: Completion/Unix/Command/_raggle: reword --help + description and add a version string + * 19468: Completion/Unix/Command/_elinks, Completion/Unix/Command/_gpg, Completion/Unix/Command/_imagemagick, Completion/Unix/Command/_java, Completion/Unix/Command/_links, diff --git a/Completion/Unix/Command/_raggle b/Completion/Unix/Command/_raggle index 434a2a5a1..4516e2eb7 100644 --- a/Completion/Unix/Command/_raggle +++ b/Completion/Unix/Command/_raggle @@ -1,5 +1,7 @@ #compdef raggle +# Raggle v0.3.0 + _arguments \ '(-a --add --add-feed)'{-a,--add,--add-feed}"[add a new feed (requires '--url')]" \ '--ascii[use ASCII characters instead of ANSI for window borders]' \ @@ -8,7 +10,7 @@ _arguments \ '(-e --edit --edit-feed)'{-e,--edit,--edit-feed}'[edit an existing feed]:feed ID:' \ '(--import-opml)--export-opml[export feeds to OPML]:OPML file:_files -g "*.opml(-.)"' \ "--force[force behavior Raggle won't normally allow]" \ - '(-)'{-h,--help,--usage}'[display this usage screen]' \ + '(-)'{-h,--help,--usage}'[display help information]' \ '(--export-opml)--import-opml[import feeds from an OPML file]:OPML file:_files -g "*.opml(-.)"' \ '(-i --invalidate)'{-i,--invalidate}'[invalidate a feed (force an update)]:feed ID:' \ '(-l --list)'{-l,--list}"[list existing feeds (use '--verbose' to show URLs as well)]" \ -- cgit 1.4.1