From c4405a00a7161c0b3bd24c7ac6b4bcf4245c7d6d Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Mon, 6 May 2024 17:40:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=91=BD=E4=BB=A4=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/cli.py b/pywxdump/cli.py index 1159b4b..1aa1c5e 100644 --- a/pywxdump/cli.py +++ b/pywxdump/cli.py @@ -255,7 +255,7 @@ class MainShowChatRecords(BaseSubMainClass): def init_parses(self, parser): # 添加 'decrypt' 子命令解析器 - parser.add_argument("-merge", "--merge_path", type=str, help="解密后的 merge_all.db 的路径", required=False, + parser.add_argument("-merge", "--merge_path", type=str, help="解密并合并后的 merge_all.db 的路径", required=False, metavar="") parser.add_argument("-wid", "--wx_path", type=str,