* LyX.cpp: add missing line break; spotted by Jean-Pierre Chrétien.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30367 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2009-07-05 08:37:44 +00:00
parent 56a7e127ad
commit 668b4d8fc1

View File

@ -984,7 +984,7 @@ int parse_help(string const &, string const &, string &)
" where fmt is the export format of choice.\n"
" Look on Tools->Preferences->File formats->Format\n"
" to get an idea which parameters should be passed.\n"
" Note that the order of -e and -x switches matters."
" Note that the order of -e and -x switches matters.\n"
"\t-i [--import] fmt file.xxx\n"
" where fmt is the import format of choice\n"
" and file.xxx is the file to be imported.\n"