From 8e768b649f36a71e1771c998357fca2a64fefe5c Mon Sep 17 00:00:00 2001 From: xuezhou_yan Date: Fri, 14 Mar 2025 16:31:40 +0800 Subject: [PATCH] =?UTF-8?q?ISSUE:IBTG29=20=E5=AE=89=E5=85=A8=E8=A7=84?= =?UTF-8?q?=E8=8C=83=E5=91=8A=E8=AD=A6=E6=B8=85=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuezhou_yan --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 2fd051a..4593ddf 100644 --- a/src/main.c +++ b/src/main.c @@ -212,7 +212,6 @@ void PrintHelp(void) void OutputVersion(const char *arg, int opt) { if (arg != NULL && opt > 1) { - printf("syscap_tool: extra operand \"%s\"\n", arg); printf("Try 'syscap_tool --help' for more information.\n"); } else { (void)PrintVersion(); -- Gitee