From 668b4d8fc1eb36bfd475b6970af7b35d479c74ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sun, 5 Jul 2009 08:37:44 +0000 Subject: [PATCH] =?UTF-8?q?*=20LyX.cpp:=20add=20missing=20line=20break;=20?= =?UTF-8?q?spotted=20by=20Jean-Pierre=20Chr=C3=A9tien.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30367 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyX.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"