winecfg: Add the command line options to the man page.

Signed-off-by: Floris Renaud <jkfloris@dds.nl>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Floris Renaud 2021-11-17 16:54:45 +01:00 committed by Alexandre Julliard
parent 6806954251
commit a6a2580c33
1 changed files with 20 additions and 2 deletions

View File

@ -1,14 +1,32 @@
.TH WINECFG 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs" .TH WINECFG 1 "November 2021" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME .SH NAME
winecfg \- Wine Configuration Editor winecfg \- Wine Configuration Editor
.SH SYNOPSIS .SH SYNOPSIS
.BR "winecfg" .B winecfg
.RI [ options ]
.SH DESCRIPTION .SH DESCRIPTION
.B winecfg .B winecfg
is the Wine configuration editor. It allows you to change several settings, such as DLL load order is the Wine configuration editor. It allows you to change several settings, such as DLL load order
(native versus builtin), enable a virtual desktop, setup disk drives, and change the Wine audio driver, (native versus builtin), enable a virtual desktop, setup disk drives, and change the Wine audio driver,
among others. Many of these settings can be made on a per application basis, for example, preferring native among others. Many of these settings can be made on a per application basis, for example, preferring native
riched20.dll for wordpad.exe, but not for notepad.exe. riched20.dll for wordpad.exe, but not for notepad.exe.
If no option is given launch the graphical version of
.BR winecfg .
.SH OPTIONS
.TP
\fB\-v \fR[\fIversion\fR], \fB/v \fR[\fB\fIversion\fR]
Set global Windows version to
.I version
and exit.
If
.I version
is not specified, display the current global Windows version and exit.
.TP
.BR \-? ", " /?
Display help, valid versions for
.I version
and exit.
.SH BUGS .SH BUGS
Bugs can be reported on the Bugs can be reported on the
.UR https://bugs.winehq.org .UR https://bugs.winehq.org