From 06ece3645fa7bd71cced9c06aaca264fd9225496 Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Wed, 13 Jul 2022 15:01:05 +0800 Subject: [PATCH] fix: help info is unreadable code on windows --- DSView/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSView/main.cpp b/DSView/main.cpp index a5fada35..462d2b0c 100644 --- a/DSView/main.cpp +++ b/DSView/main.cpp @@ -44,7 +44,7 @@ void usage() { printf( "Usage:\n" - " %s [OPTION…] [FILE] — %s\n" + " %s [OPTION...] [FILE] - %s\n" "\n" "Help Options:\n" " -l, --loglevel Set log level, value between 0 to 5\n"