]> git.lyx.org Git - features.git/commitdiff
Improve -help output regarding --export switch
authorScott Kostyshak <skostysh@lyx.org>
Tue, 22 Jan 2013 08:24:03 +0000 (03:24 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Tue, 22 Jan 2013 08:26:59 +0000 (03:26 -0500)
Thanks to Jean-Pierre Chrétien.

src/LyX.cpp

index 8c9fdbcb02b8433ded8909e5329bb3139bf11997..2247f33212fe2a00b6a577490960ab7296438f8b 100644 (file)
@@ -1026,7 +1026,8 @@ int parse_help(string const &, string const &, string &)
                  "\t-e [--export] fmt\n"
                  "                  where fmt is the export format of choice. Look in\n"
                  "                  Tools->Preferences->File Handling->File Formats->Short Name\n"
-                 "                  to get an idea which parameters should be passed.\n"
+                 "                  to see which parameter (which differs from the format name\n"
+                 "                  in the File->Export menu) should be passed.\n"
                  "                  Note that the order of -e and -x switches matters.\n"
                  "\t-E [--export-to] fmt filename\n"
                  "                  where fmt is the export format of choice (see --export),\n"