From 11a1cd4d87ccbb665329cf78d69e3b8e33d2b70c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Wed, 20 Apr 2022 01:02:21 +0200 Subject: [PATCH] Hide the `-E` parameter as it is not implemented yet --- src/86box.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/86box.c b/src/86box.c index a98a69993..4b647afed 100644 --- a/src/86box.c +++ b/src/86box.c @@ -448,6 +448,8 @@ usage: printf("-C or --config path - set 'path' to be config file\n"); #ifdef _WIN32 printf("-D or --debug - force debug output logging\n"); +#endif +#if 0 printf("-E or --nographic - forces the old behavior\n"); #endif printf("-F or --fullscreen - start in fullscreen mode\n");