Generate docs

This commit is contained in:
Jeremy Kaplan 2016-07-11 20:07:54 -04:00
parent a6a030e92f
commit 62ae793a24
2 changed files with 2 additions and 1 deletions

View File

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

View File

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