From: Juergen Spitzmueller Date: Mon, 24 Aug 2020 13:41:52 +0000 (+0200) Subject: laypaperview.py: Fix program description X-Git-Tag: lyx-2.4.0dev-acb2ca7b~305 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7097c4e6b1adebb80af79faa9d72c76a5cdee9a5;p=lyx.git laypaperview.py: Fix program description --- diff --git a/lib/scripts/lyxpaperview.py b/lib/scripts/lyxpaperview.py index 665d114d90..e370c95fa7 100755 --- a/lib/scripts/lyxpaperview.py +++ b/lib/scripts/lyxpaperview.py @@ -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