From fb8854e430c0980c475d7b52b895fb0b6b7b588d Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 27 Aug 2025 21:00:12 +0200 Subject: [PATCH] Make the long name of -X correctly --clear and not --clearboth. --- src/86box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/86box.c b/src/86box.c index ceb492b7d..87dbfc0b1 100644 --- a/src/86box.c +++ b/src/86box.c @@ -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;