From 0aa8ca5aef9c6b6ad5e8e381126c374ff6d5e6ee Mon Sep 17 00:00:00 2001 From: real-zony Date: Thu, 2 Feb 2023 22:47:30 +0800 Subject: [PATCH] docs: Improve the help content. --- src/ZonyLrcTools.Cli/Commands/ToolCommandBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZonyLrcTools.Cli/Commands/ToolCommandBase.cs b/src/ZonyLrcTools.Cli/Commands/ToolCommandBase.cs index a31885b..1c2f8f3 100644 --- a/src/ZonyLrcTools.Cli/Commands/ToolCommandBase.cs +++ b/src/ZonyLrcTools.Cli/Commands/ToolCommandBase.cs @@ -3,7 +3,7 @@ using McMaster.Extensions.CommandLineUtils; namespace ZonyLrcTools.Cli.Commands { - [HelpOption("--help|-h", Description = "欢迎使用 ZonyLrcToolsX Command Line Interface。")] + [HelpOption("--help|-h", Description = "欢迎使用 ZonyLrcToolsX Command Line Interface,有任何问题请访问 https://soft.myzony.com 或添加 QQ 群 337656932 寻求帮助。")] public abstract class ToolCommandBase { protected virtual Task OnExecuteAsync(CommandLineApplication app)