diff --git a/linklist.py b/linklist.py index a7a8f33..b507047 100644 --- a/linklist.py +++ b/linklist.py @@ -5,15 +5,15 @@ from zim.notebook import resolve_notebook, build_notebook usagehelp ='''\ usage: zim --plugin linklist [OPTIONS] ---help, -h Print this help ---notebook URI Set notebook to operate on +--help, -h Print this help +--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', }