From: Scott Kostyshak Date: Tue, 22 Jan 2013 08:24:03 +0000 (-0500) Subject: Improve -help output regarding --export switch X-Git-Tag: 2.1.0beta1~882 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0247f726aaf4411d7221254fb81a18771ef448f8;p=features.git Improve -help output regarding --export switch Thanks to Jean-Pierre Chrétien. --- diff --git a/src/LyX.cpp b/src/LyX.cpp index 8c9fdbcb02..2247f33212 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -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"