Remove an outdated comment in the command line options.

This commit is contained in:
Steven Edwards 2005-06-23 09:47:17 +00:00 committed by Alexandre Julliard
parent 51d04fa9ef
commit 2dce23251b
1 changed files with 1 additions and 2 deletions

View File

@ -52,8 +52,7 @@ static const char *usage =
"\n"
"The switches are case-insensitive, can be prefixed either by '-' or '/'.\n"
"This program is command-line compatible with Microsoft Windows\n"
"regedit. The difference with Windows regedit - this application has\n"
"command-line interface only.\n";
"regedit.\n";
typedef enum {
ACTION_UNDEF, ACTION_ADD, ACTION_EXPORT, ACTION_DELETE