mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +00:00
Add comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28617 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5d2456ad90
commit
17cb2e992b
1
lyx.1in
1
lyx.1in
@ -69,6 +69,7 @@ where command is a lyx command.
|
|||||||
\fB \-e [\-\-export]\fP \fIfmt
|
\fB \-e [\-\-export]\fP \fIfmt
|
||||||
where fmt is the export format of choice.
|
where fmt is the export format of choice.
|
||||||
Look on Tools->Preferences->File formats->Format to get an idea which parameters should be passed.
|
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
|
.TP
|
||||||
\fB \-i [\-\-import]\fP \fIfmt file.xxx
|
\fB \-i [\-\-import]\fP \fIfmt file.xxx
|
||||||
where fmt is the import format of choice and file.xxx is the file to be imported.
|
where fmt is the import format of choice and file.xxx is the file to be imported.
|
||||||
|
@ -966,6 +966,7 @@ int parse_help(string const &, string const &, string &)
|
|||||||
" where fmt is the export format of choice.\n"
|
" where fmt is the export format of choice.\n"
|
||||||
" Look on Tools->Preferences->File formats->Format\n"
|
" Look on Tools->Preferences->File formats->Format\n"
|
||||||
" to get an idea which parameters should be passed.\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"
|
"\t-i [--import] fmt file.xxx\n"
|
||||||
" where fmt is the import format of choice\n"
|
" where fmt is the import format of choice\n"
|
||||||
" and file.xxx is the file to be imported.\n"
|
" and file.xxx is the file to be imported.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user