From f52a7202bbe7dcb8b7831ce7e55e0ac826eff20a Mon Sep 17 00:00:00 2001 From: Fabien Benureau Date: Sat, 12 Dec 2015 15:08:22 +0100 Subject: [PATCH] Better help for the list command --- pubs/commands/list_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubs/commands/list_cmd.py b/pubs/commands/list_cmd.py index a382672..9e7063b 100644 --- a/pubs/commands/list_cmd.py +++ b/pubs/commands/list_cmd.py @@ -27,7 +27,7 @@ def parser(subparsers): help='list only pubs without attached documents.') parser.add_argument('query', nargs='*', - help='Paper query (e.g. "year: 2000" or "tags: math")') + help='Paper query ("author:Einstein", "title:learning", "year:2000" or "tags:math")') return parser