From f069a4ccc407eee43d58095c03b9f0c0c14bea30 Mon Sep 17 00:00:00 2001 From: zacksleo Date: Fri, 23 Apr 2021 22:32:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E6=8F=90=E7=A4=BA=E6=96=87?= =?UTF-8?q?=E6=A1=88=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- baidupcs_py/app/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baidupcs_py/app/app.py b/baidupcs_py/app/app.py index 915351f..7cecf5d 100644 --- a/baidupcs_py/app/app.py +++ b/baidupcs_py/app/app.py @@ -1458,7 +1458,7 @@ def rp( # {{{ @app.command() @click.argument("remotepaths", nargs=-1, type=str) -@click.option("--password", "-p", type=str, help="设置秘密,4个字符。默认没有秘密") +@click.option("--password", "-p", type=str, help="设置提取码,4个字符。默认没有提取码") @click.pass_context @handle_error @multi_user_do