~stefanor/ibid/apt-1020751

« back to all changes in this revision

Viewing changes to ibid/plugins/feeds.py

  • Committer: Jonathan Hitchcock
  • Date: 2011-04-05 00:31:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1038.
  • Revision ID: jonathan@vhata.net-20110405003149-ck6lvqmgtaq9z8i5
Fix usage

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
broken_lock = Lock()
226
226
 
227
227
class Retrieve(Processor):
228
 
    usage = u"""latest [ <count> ] [ full ] articles from <name> [ starting at <number> ]
 
228
    usage = u"""latest [ <count> ] ( articles | headlines ) from <name> [ starting at <number> ]
229
229
    article ( <number> | /<pattern>/ ) from <name>"""
230
230
    features = ('feeds',)
231
231