From 832a20d74326356a218d513b81c9fc69f6ae932f Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Mon, 18 Dec 2017 18:44:49 -0500 Subject: [PATCH] Typo. --- 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 de44549..02b962d 100644 --- a/pubs/commands/list_cmd.py +++ b/pubs/commands/list_cmd.py @@ -27,7 +27,7 @@ def parser(subparsers, conf): help='list only pubs without attached documents.') parser.add_argument('query', nargs='*', help='Paper query ("author:Einstein", "title:learning",' - '"year:2000", "year:2000-2010, or "tags:math")') + '"year:2000", "year:2000-2010", or "tags:math")') return parser