commit 37290fdb610869fa3756815217e9d5d7edf87d5c
Author: Scott Kostyshak <skost...@lyx.org>
Date:   Tue Mar 7 03:19:03 2017 -0500

    Describe the use of '*' in -e/-E CL options
    
    The use of '*' in buffer-export was implemented at 494ce664.
---
 src/LyX.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/LyX.cpp b/src/LyX.cpp
index 0633bcb..d7f3243 100644
--- a/src/LyX.cpp
+++ b/src/LyX.cpp
@@ -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"

Reply via email to