]> git.lyx.org Git - features.git/commitdiff
Add format hint for command line export
authorPavel Sanda <sanda@lyx.org>
Thu, 15 Nov 2007 12:14:39 +0000 (12:14 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 15 Nov 2007 12:14:39 +0000 (12:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21623 a592a061-630c-0410-9148-cb99ea01b6c8

lyx.man
src/LyX.cpp

diff --git a/lyx.man b/lyx.man
index 79b5484f092cda2075057e7719d60309c3840326..ab18b930e3ae075f48986211124bdc7d281e4b51 100644 (file)
--- a/lyx.man
+++ b/lyx.man
@@ -65,6 +65,7 @@ where command is a lyx command.
 .TP
 \fB \-e [\-\-export]\fP \fIfmt
 where fmt is the export format of choice.
+Look on Tools->Preferences->File formats->Format to get an idea which parameters should be passed.
 .TP
 \fB \-i [\-\-import]\fP \fIfmt file.xxx
 where fmt is the import format of choice and file.xxx is the file to be imported.
index e3bfe59a3e3af2d401fe24bdec00bf256b44cc0e..c9f462ef907e475b6603b0d460165897709810cf 100644 (file)
@@ -1289,6 +1289,8 @@ int parse_help(string const &, string const &)
                  "                  where command is a lyx command.\n"
                  "\t-e [--export] fmt\n"
                  "                  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"
                  "\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"