From: Jürgen Spitzmüller Date: Sun, 5 Jul 2009 08:37:44 +0000 (+0000) Subject: * LyX.cpp: add missing line break; spotted by Jean-Pierre Chrétien. X-Git-Tag: 2.0.0~6162 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=668b4d8fc1eb36bfd475b6970af7b35d479c74ee;p=features.git * 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 --- diff --git a/src/LyX.cpp b/src/LyX.cpp index b6dde89ed3..10cf61a0bb 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -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"