]> git.lyx.org Git - features.git/commitdiff
* LyX.cpp: add missing line break; spotted by Jean-Pierre Chrétien.
authorJürgen Spitzmüller <spitz@lyx.org>
Sun, 5 Jul 2009 08:37:44 +0000 (08:37 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sun, 5 Jul 2009 08:37:44 +0000 (08:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30367 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyX.cpp

index b6dde89ed3592d67003b31680062d70c66ec07c1..10cf61a0bb9049b5d0ee2140e09d066f96a2e500 100644 (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"