Fixed command-line example.
This commit is contained in:
parent
65fcd9e27a
commit
219353be4e
|
@ -186,7 +186,7 @@ by
|
||||||
For example, if you want to execute
|
For example, if you want to execute
|
||||||
.B wine
|
.B wine
|
||||||
with the options
|
with the options
|
||||||
.I --managed --display :0.2
|
.I --managed --dll riched32=n
|
||||||
and if
|
and if
|
||||||
.B wine
|
.B wine
|
||||||
should run the program
|
should run the program
|
||||||
|
@ -196,7 +196,7 @@ with the arguments
|
||||||
, then you could use the following command line to invoke
|
, then you could use the following command line to invoke
|
||||||
.B wine:
|
.B wine:
|
||||||
.PP
|
.PP
|
||||||
.I wine --managed --display :0.2 -- myapp.exe --display 3d somefile
|
.I wine --managed --dll riched32=n -- myapp.exe --display 3d somefile
|
||||||
.PP
|
.PP
|
||||||
Note that in contrast to previous versions of
|
Note that in contrast to previous versions of
|
||||||
.B wine,
|
.B wine,
|
||||||
|
|
Loading…
Reference in New Issue