Improve -help output regarding --export switch

Thanks to Jean-Pierre Chrétien.
This commit is contained in:
Scott Kostyshak 2013-01-22 03:24:03 -05:00
parent d31aef689a
commit 0247f726aa

View 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"