diff options
author | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-05-14 07:17:40 +0000 |
---|---|---|
committer | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-05-14 07:17:40 +0000 |
commit | 9fe74034505ddd59d9cf3836187a24de3c9a4cf7 (patch) | |
tree | 776d790b708d526457527cdad9f5a5877ecddc31 /bin/feed2imap | |
parent | 9f5f5986262072addc102d1e2a5ad28d6a8f80c2 (diff) | |
download | feed2imap-9fe74034505ddd59d9cf3836187a24de3c9a4cf7.tar.gz feed2imap-9fe74034505ddd59d9cf3836187a24de3c9a4cf7.tar.bz2 feed2imap-9fe74034505ddd59d9cf3836187a24de3c9a4cf7.zip |
fixed a problem with updated items
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@25 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to '')
-rwxr-xr-x | bin/feed2imap | 2 |
1 files changed, 1 insertions, 1 deletions
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 <file>", "Select alternate config file") do |f| |