From 87e91ecbf5fd2a282df1c14c7df27f3e8856c2b2 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 19 Jun 2023 21:21:56 +0800 Subject: [PATCH] :pencil: update docs --- bin/README.md | 1 - bin/README_EN.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/README.md b/bin/README.md index be12361..269a1e2 100644 --- a/bin/README.md +++ b/bin/README.md @@ -189,7 +189,6 @@ rustup target add x86_64-apple-darwin --system-tray-icon ``` - #### [copy-iter-file] 递归拷贝,当url为本地文件路径时候,若开启该选项,则将url路径文件所在文件夹以及所有子文件都拷贝到pake静态文件夹,默认不开启 diff --git a/bin/README_EN.md b/bin/README_EN.md index 375a2fe..9d21cea 100644 --- a/bin/README_EN.md +++ b/bin/README_EN.md @@ -161,10 +161,10 @@ rustup target add x86_64-apple-darwin Select the output package format, support deb/appimage/all, if all is selected, deb and appimage will be packaged at the same time, this option only supports Linux, the default is `all`. - #### [user-agent] Custom browser user agent, default is empty. + ```shell --user-agent ```