From bf3767bc4a08c9404daf65bc69a2e4f4634033d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laci=20b=C3=A1?= Date: Sat, 13 Nov 2021 23:51:03 +0100 Subject: [PATCH] Make more descriptive help for --lang --- src/86box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/86box.c b/src/86box.c index 16c4ab4ce..1f38b2e98 100644 --- a/src/86box.c +++ b/src/86box.c @@ -434,7 +434,7 @@ usage: printf("-E or --nographic - forces the old behavior\n"); #endif printf("-F or --fullscreen - start in fullscreen mode\n"); - printf("-G or --lang langid - start the application with the specified language\n"); + printf("-G or --lang langid - start with specified language (e.g. en-US, or system)\n"); #ifdef _WIN32 printf("-H or --hwnd id,hwnd - sends back the main dialog's hwnd\n"); #endif