]> git.lyx.org Git - features.git/commitdiff
laypaperview.py: Fix program description
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 24 Aug 2020 13:41:52 +0000 (15:41 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 24 Aug 2020 13:41:52 +0000 (15:41 +0200)
lib/scripts/lyxpaperview.py

index 665d114d90016e9d86b521efad685ef3f0a8ac40..e370c95fa7b7ea7e5f61d5617156488c7c1bbca6 100755 (executable)
@@ -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