Remove an outdated comment in the command line options.
This commit is contained in:
parent
51d04fa9ef
commit
2dce23251b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue