mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
laypaperview.py: Fix program description
This commit is contained in:
parent
3e31fad5f6
commit
7097c4e6b1
@ -32,7 +32,7 @@ def error(message):
|
||||
|
||||
def usage(prog_name):
|
||||
msg = "Usage: %s [-v pdfviewer] [-w psviewer] titletoken-1 [titletoken-2] ... [titletoken-n]\n" \
|
||||
" Each title token must occur in any position of the filename.\n" \
|
||||
" Each title token must occur in the filename (at an arbitrary position).\n" \
|
||||
" You might use quotes to enter multi-word tokens"
|
||||
return msg % prog_name
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user