From 17cb2e992b1c45cdcaaf38dfc6dd3a7a8ea98055 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 26 Feb 2009 00:13:47 +0000 Subject: [PATCH] Add comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28617 a592a061-630c-0410-9148-cb99ea01b6c8 --- lyx.1in | 1 + src/LyX.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/lyx.1in b/lyx.1in index 012b5233de..3760f9f2d0 100644 --- a/lyx.1in +++ b/lyx.1in @@ -69,6 +69,7 @@ where command is a lyx command. \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. +Note that the order of -e and -x switches matters. .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. diff --git a/src/LyX.cpp b/src/LyX.cpp index c62bb5e685..5bd3d0f8c3 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -966,6 +966,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." "\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"