Commit 2dce2325 authored by Steven Edwards's avatar Steven Edwards Committed by Alexandre Julliard

Remove an outdated comment in the command line options.

parent 51d04fa9
...@@ -52,8 +52,7 @@ static const char *usage = ...@@ -52,8 +52,7 @@ static const char *usage =
"\n" "\n"
"The switches are case-insensitive, can be prefixed either by '-' or '/'.\n" "The switches are case-insensitive, can be prefixed either by '-' or '/'.\n"
"This program is command-line compatible with Microsoft Windows\n" "This program is command-line compatible with Microsoft Windows\n"
"regedit. The difference with Windows regedit - this application has\n" "regedit.\n";
"command-line interface only.\n";
typedef enum { typedef enum {
ACTION_UNDEF, ACTION_ADD, ACTION_EXPORT, ACTION_DELETE ACTION_UNDEF, ACTION_ADD, ACTION_EXPORT, ACTION_DELETE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment