This commit is contained in:
Olivier Mangin 2017-12-18 18:44:49 -05:00
parent 84553d8eb3
commit 832a20d743

View File

@ -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