comctl32: Store style bits provided with WM_CREATE.
[wine/multimedia.git] / programs / regedit / regedit.man.in
blob963adc2d1b07b35f32891098be3de97b9b7cb5ba
1 .TH REGEDIT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
2 .SH NAME
3 regedit \- Wine registry editor
4 .SH SYNOPSIS
5 .BR "regedit "\fI[text file]\fR "
6 .SH DESCRIPTION
7 .B regedit
8 is the Wine registry editor, designed to be compatible with its Microsoft Windows counterpart.
9 If called without any options, it will start the full GUI editor.
11 The switches are case\-insensitive and can be prefixed either by '\-' or '/'.
12 .SH "OPTIONS"
13 .TP
14 \fB\-E\fR \fIfile\fR [\fIregpath\fR]
15 Exports the content of the specified registry key to the specified \fIfile\fR. It exports
16 the whole registry if no key is specified.
17 .IP "\-D " regpath
18 Deletes the specified registry key.
19 .IP \-S
20 Run regedit silently (ignored, CLI mode is always silent). This exists for compatability with Windows regedit.
21 .IP \-V
22 Run regedit in advanced mode (ignored). This exists for compatability with Windows regedit.
23 .IP  "\-L " location
24 Specifies the location of the system.dat registry file (ignored). This exists for compatability with Windows regedit.
25 .IP "\-R " location
26 Specifies the location of the user.dat registry file (ignored). This exists for compatability with Windows regedit.
27 .IP  \-?
28 Prints a help message. Any other options are ignored.
29 .IP  \-C \fIfile.reg\fR
30 Create registry from \fIfile\fR (unimplemented).
31 .SH "SEE ALSO"
32 .BR wine(1)