Make the long name of -X correctly --clear and not --clearboth.

This commit is contained in:
OBattler
2025-08-27 21:00:12 +02:00
parent 8590b03f3a
commit fb8854e430

View File

@@ -894,7 +894,7 @@ usage:
do_nothing = 1;
} else if (!strcasecmp(argv[c], "--nohook") || !strcasecmp(argv[c], "-W")) {
hook_enabled = 0;
} else if (!strcasecmp(argv[c], "--clearboth") || !strcasecmp(argv[c], "-X")) {
} else if (!strcasecmp(argv[c], "--clear") || !strcasecmp(argv[c], "-X")) {
if ((c + 1) == argc)
goto usage;