Update help text

This commit is contained in:
Gergely Polonkai 2016-05-24 23:10:03 +02:00
parent 10bd0e29f7
commit 18b31f0294
1 changed files with 5 additions and 5 deletions

View File

@ -6,14 +6,14 @@ usagehelp ='''\
usage: zim --plugin linklist [OPTIONS] <notebook>
--help, -h Print this help
--notebook URI Set notebook to operate on
--existing-only List only pages that exist
--missing-only List only pages that don't exist
'''
class LinkListPlugin(PluginClass):
plugin_info = {
'name': 'Link List',
'description': '''\
List all links throughout the pages
''',
'description': 'List all links throughout the pages',
'author': 'Gergely Polonkai',
}