mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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):
|
def usage(prog_name):
|
||||||
msg = "Usage: %s [-v pdfviewer] [-w psviewer] titletoken-1 [titletoken-2] ... [titletoken-n]\n" \
|
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"
|
" You might use quotes to enter multi-word tokens"
|
||||||
return msg % prog_name
|
return msg % prog_name
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user