From 1f967853292ae89856ae60743ee489d78cbeb585 Mon Sep 17 00:00:00 2001 From: Shane Stone <12768327+shanewstone@users.noreply.github.com> Date: Sun, 17 Mar 2019 16:04:53 -0700 Subject: [PATCH] Add citekey usage example to QUERY_HELP --- pubs/query.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pubs/query.py b/pubs/query.py index 2c82262..ef43230 100644 --- a/pubs/query.py +++ b/pubs/query.py @@ -6,7 +6,8 @@ from . import bibstruct QUERY_HELP = ('Paper query ("author:Einstein", "title:learning",' - '"year:2000", "year:2000-2010", or "tags:math")') + ' "year:2000", "year:2000-2010", "citekey:Einstein_1935",' + ' or "tags:math")') FIELD_ALIASES = {