]> git.lyx.org Git - lyx.git/commitdiff
Use minus signs instead of unwanted hyphens in mapage (bug #7278).
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 3 Feb 2011 20:37:05 +0000 (20:37 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 3 Feb 2011 20:37:05 +0000 (20:37 +0000)
I spotted one more occurence than the patch in trac.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37466 a592a061-630c-0410-9148-cb99ea01b6c8

lyx.1in

diff --git a/lyx.1in b/lyx.1in
index f6eda766e4d912893bdd9e6b4f3ef51842a99362..d5bed8b3864a04ff9404ab3e359816f32c9f51c0 100644 (file)
--- a/lyx.1in
+++ b/lyx.1in
@@ -69,7 +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.
+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.
@@ -92,11 +92,11 @@ by using the lyxpipe, ask an already running instance of LyX to open the
 documents passed as arguments and then exit. If the lyxpipe is not set up or
 is not working, a new instance is created and execution continues normally.
 .TP
-.BI -batch
+.BI \-batch
 causes LyX to run the given commands without opening a GUI window.
 Thus, something like:
 .br
-    lyx -batch -x "buffer-print printer default dvips" myfile.lyx
+    lyx \-batch \-x "buffer\-print printer default dvips" myfile.lyx
 .br
 will cause LyX to print myfile.lyx to the default printer, using dvips and
 the default print settings (which, of course, have to have been configured