From: William Morgan Date: Mon, 3 Aug 2009 16:24:10 +0000 (-0400) Subject: allow sup-sync to use --start-at with --restored X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=6697eec5935083e443217a3e8090048b1fc41408;p=sup allow sup-sync to use --start-at with --restored --- diff --git a/bin/sup-sync b/bin/sup-sync index 8e37c74..44ff3b2 100755 --- a/bin/sup-sync +++ b/bin/sup-sync @@ -57,7 +57,7 @@ EOS opt :changed, "Scan over the entire source for messages that have been deleted, altered, or moved from another source. (In the case of mbox sources, this includes all messages AFTER an altered message.)" opt :restored, "Operate only on those messages included in a dump file as specified by --restore which have changed state." opt :all, "Operate on all messages in the source, regardless of newness or changedness." - opt :start_at, "For --changed and --all, start at a particular offset.", :type => :int + opt :start_at, "For --changed, --restored and --all, start at a particular offset.", :type => :int text <