From 37290fdb610869fa3756815217e9d5d7edf87d5c Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Tue, 7 Mar 2017 03:19:03 -0500 Subject: [PATCH] Describe the use of '*' in -e/-E CL options The use of '*' in buffer-export was implemented at 494ce664. --- src/LyX.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/LyX.cpp b/src/LyX.cpp index 0633bcbd54..d7f324356c 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" -- 2.39.2