regedit.man.in 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .TH REGEDIT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
  2. .SH NAME
  3. regedit \- Wine registry editor
  4. .SH SYNOPSIS
  5. .B regedit
  6. .RI [ text\ file ]
  7. .SH DESCRIPTION
  8. .B regedit
  9. is the Wine registry editor, designed to be compatible with its Microsoft Windows counterpart.
  10. 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 \fB\-D\fR\ \fIregpath
  18. Deletes the specified registry key.
  19. .IP \fB\-S\fR
  20. Run regedit silently (ignored, CLI mode is always silent). This exists for compatibility with Windows regedit.
  21. .IP \fB\-V\fR
  22. Run regedit in advanced mode (ignored). This exists for compatibility with Windows regedit.
  23. .IP \fB\-L\fR\ \fIlocation
  24. Specifies the location of the system.dat registry file (ignored). This exists for compatibility with Windows regedit.
  25. .IP \fB\-R\fR\ \fIlocation
  26. Specifies the location of the user.dat registry file (ignored). This exists for compatibility with Windows regedit.
  27. .IP \fB\-?\fR
  28. Prints a help message. Any other options are ignored.
  29. .IP \fB\-C\fR\ \fIfile.reg\fR
  30. Create registry from \fIfile.reg\fR (unimplemented).
  31. .SH BUGS
  32. Bugs can be reported on the
  33. .UR https://bugs.winehq.org
  34. .B Wine bug tracker
  35. .UE .
  36. .SH AVAILABILITY
  37. .B regedit
  38. is part of the Wine distribution, which is available through WineHQ,
  39. the
  40. .UR https://www.winehq.org/
  41. .B Wine development headquarters
  42. .UE .
  43. .SH "SEE ALSO"
  44. .BR wine (1),
  45. .br
  46. .UR https://www.winehq.org/help
  47. .B Wine documentation and support
  48. .UE .