diff --git a/README.asciidoc b/README.asciidoc index 6c7c3a8c7..9bad4c53b 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -227,6 +227,7 @@ Contributors, sorted by the number of commits in descending order: * Matthias Lisin * Marcel Schilling * Johannes Martinsson +* Jeremy Kaplan * Jean-Christophe Petkovich * Jay Kamat * Helen Sherwood-Taylor diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 73dc84c90..45232282a 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -301,7 +301,7 @@ class CommandDispatcher: @cmdutils.register(instance='command-dispatcher', name='print', scope='window') @cmdutils.argument('count', count=True) - @cmdutils.argument('pdf', flag='f') + @cmdutils.argument('pdf', flag='f', metavar='file') def printpage(self, preview=False, count=None, *, pdf=None): """Print the current/[count]th tab.