Skip to content

分享提示文案调整 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion baidupcs_py/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down