]> git.lyx.org Git - features.git/commitdiff
Describe the use of '*' in -e/-E CL options
authorScott Kostyshak <skostysh@lyx.org>
Tue, 7 Mar 2017 08:19:03 +0000 (03:19 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 8 Mar 2017 05:36:28 +0000 (00:36 -0500)
The use of '*' in buffer-export was implemented at 494ce664.

src/LyX.cpp

index 0633bcbd54d1d4972f8c96b5e1122b1a2d89b0f9..d7f324356cf7f656f41eb9177a21341acef67cfe 100644 (file)
@@ -1181,7 +1181,8 @@ int parse_help(string const &, string const &, string &)
                  "                  where fmt is the export format of choice. Look in\n"
                  "                  Tools->Preferences->File Handling->File Formats->Short Name\n"
                  "                  to see which parameter (which differs from the format name\n"
-                 "                  in the File->Export menu) should be passed.\n"
+                 "                  in the File->Export menu) should be passed. To export to\n"
+                 "                  the document's default output format, use '*'.\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"