From 9fe74034505ddd59d9cf3836187a24de3c9a4cf7 Mon Sep 17 00:00:00 2001 From: lnu Date: Sat, 14 May 2005 07:17:40 +0000 Subject: fixed a problem with updated items git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@25 f70e237a-67f3-0310-a06c-d2b8a7116972 --- bin/feed2imap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/feed2imap b/bin/feed2imap index 06a6853..0095d9f 100755 --- a/bin/feed2imap +++ b/bin/feed2imap @@ -19,7 +19,7 @@ opts = OptionParser::new do |opts| opts.on("-V", "--version", "Display Feed2Imap version") do |v| version = true end - opts.on("-c", "--rebuild-cache", "Cache rebuilding run : will fetch everything and cache, as if it was already read.") do |c| + opts.on("-c", "--rebuild-cache", "Cache rebuilding run : will fetch everything and add to cache, without uploading to the IMAP server. Useful if your cache file was lost, and you don't want to re-read all the items.") do |c| cacherebuild = true end opts.on("-f", "--config ", "Select alternate config file") do |f| -- cgit v1.2.3