1 .TH REGEDIT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
3 regedit \- Wine registry editor
5 .BR "regedit "\fI[text file]\fR "
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 '/'.
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.
18 Deletes the specified registry key.
20 Run regedit silently (ignored, CLI mode is always silent). This exists for compatability with Windows regedit.
22 Run regedit in advanced mode (ignored). This exists for compatability with Windows regedit.
24 Specifies the location of the system.dat registry file (ignored). This exists for compatability with Windows regedit.
26 Specifies the location of the user.dat registry file (ignored). This exists for compatability with Windows regedit.
28 Prints a help message. Any other options are ignored.
29 .IP \-C \fIfile.reg\fR
30 Create registry from \fIfile\fR (unimplemented).