change:一些细节更改。

This commit is contained in:
taynpg 2025-04-08 12:36:16 +08:00
parent 3ded526713
commit ae40b7f1a9
3 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@
- 需要传入存储路径的指令,如果未填写,默认`tsc`当前工作目录。 - 需要传入存储路径的指令,如果未填写,默认`tsc`当前工作目录。
- `任务文件`格式统一为`UTF-8`编码。 - `任务文件`格式统一为`UTF-8`编码。
- 支持相对路径处理。 - 支持相对路径处理。
- `UpTask``DownTask`指令`任务文件`格式完全一致,均为左文件,右目录,尽管是下载别人文件。 - `UpTask``DownTask`指令`任务文件`格式完全一致,均为左文件,右目录,尽管是下载别人文件,目的是为了支持同一个任务文件既可以发也可以收
具体`任务文件`内容格式如下(左侧发送端,右侧接受端),内容支持变量: 具体`任务文件`内容格式如下(左侧发送端,右侧接受端),内容支持变量:

View File

@ -83,7 +83,7 @@ void CClient::print_help(bool detail)
TLOGW("#Ls#"); TLOGW("#Ls#");
TLOGI(" des: List one client's all files and folders."); TLOGI(" des: List one client's all files and folders.");
TLOGI(" cmd: Ls ls"); TLOGI(" cmd: Ls ls");
TLOGI(" arg: @id @dir"); TLOGI(" arg: @id @remotedir");
TLOGI("{}", sp); TLOGI("{}", sp);
TLOGW("#Sub#"); TLOGW("#Sub#");
TLOGI(" des: Submit local file's list on the server."); TLOGI(" des: Submit local file's list on the server.");
@ -111,12 +111,12 @@ void CClient::print_help(bool detail)
TLOGI(" arg: @id @files(Sep by | if multi) @savedir(opt)"); TLOGI(" arg: @id @files(Sep by | if multi) @savedir(opt)");
TLOGI("{}", sp); TLOGI("{}", sp);
TLOGW("#UpTask#"); TLOGW("#UpTask#");
TLOGI(" des: Down one client's files directly."); TLOGI(" des: Upload local files to one client by taskfile.");
TLOGI(" cmd: UpTask uptask ut"); TLOGI(" cmd: UpTask uptask ut");
TLOGI(" arg: @id @taskfile(UTF-8)"); TLOGI(" arg: @id @taskfile(UTF-8)");
TLOGI("{}", sp); TLOGI("{}", sp);
TLOGW("#DownTask#"); TLOGW("#DownTask#");
TLOGI(" des: Down one client's files directly."); TLOGI(" des: Down one client's files by taskfile.");
TLOGI(" cmd: DownTask downtask dt"); TLOGI(" cmd: DownTask downtask dt");
TLOGI(" arg: @id @taskfile(UTF-8)"); TLOGI(" arg: @id @taskfile(UTF-8)");
TLOGI("{}", sp); TLOGI("{}", sp);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 578 KiB

After

Width:  |  Height:  |  Size: 452 KiB