From 7097c4e6b1adebb80af79faa9d72c76a5cdee9a5 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Mon, 24 Aug 2020 15:41:52 +0200 Subject: [PATCH] laypaperview.py: Fix program description --- lib/scripts/lyxpaperview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2