From 1df640309657b58bc9d423232872e59a6fd9fb27 Mon Sep 17 00:00:00 2001 From: Gaius Date: Mon, 12 Dec 2022 18:26:31 +0800 Subject: [PATCH] chore: add priority to dfget man page (#1917) Signed-off-by: Gaius --- build/package/docs/dfget.1 | 2 +- build/package/docs/dfget.1.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/package/docs/dfget.1 b/build/package/docs/dfget.1 index 87543daea..4972a00dd 100644 --- a/build/package/docs/dfget.1 +++ b/build/package/docs/dfget.1 @@ -37,7 +37,7 @@ and so on. --logdir string Dfget log directory --original-offset Range request only. Download ranged data into target file with original offset. Daemon will make a hardlink to target file. Client can download many ranged data into one file for same url. When enabled, back source in client will be disabled -O, --output string Destination path which is used to store the downloaded file, it must be a full path - -p, --pattern string The downloading pattern: p2p/seed-peer/source + -P, --priority string Scheduler will schedule task according to priority --pprof-port int listen port for pprof, 0 represents random port (default -1) --range string Download range. Like: 0-9, stands download 10 bytes from 0 -9, [0:9] in real url --ratelimit string The downloading network bandwidth limit per second in format of G(B)/g/M(B)/m/K(B)/k/B, pure number will be parsed as Byte, 0 is infinite (default \[dq]100.0MB\[dq]) diff --git a/build/package/docs/dfget.1.md b/build/package/docs/dfget.1.md index 578145fd9..596d08e95 100644 --- a/build/package/docs/dfget.1.md +++ b/build/package/docs/dfget.1.md @@ -30,7 +30,7 @@ functionality, such as network bandwidth limit, transmission encryption and so o --logdir string Dfget log directory --original-offset Range request only. Download ranged data into target file with original offset. Daemon will make a hardlink to target file. Client can download many ranged data into one file for same url. When enabled, back source in client will be disabled -O, --output string Destination path which is used to store the downloaded file, it must be a full path - -p, --pattern string The downloading pattern: p2p/seed-peer/source + -P, --priority string Scheduler will schedule task according to priority --pprof-port int listen port for pprof, 0 represents random port (default -1) --range string Download range. Like: 0-9, stands download 10 bytes from 0 -9, [0:9] in real url --ratelimit string The downloading network bandwidth limit per second in format of G(B)/g/M(B)/m/K(B)/k/B, pure number will be parsed as Byte, 0 is infinite (default "100.0MB")