summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyo Nakamura <upa@haeena.net>2024-02-20 20:29:55 +0900
committerRyo Nakamura <upa@haeena.net>2024-02-20 20:43:57 +0900
commitdfdad6bca5f575b651e23370e51d2b8e648e16e8 (patch)
tree2ac41379e56bce28881991da4f30c13625297bcf /src
parentfc0ced1828f6da5e6664223c660b47f295e459e2 (diff)
update doc for checkpoint
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index be4307e..81b53e8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -42,7 +42,7 @@ void usage(bool print_help)
"(default: 8)\n"
" -I INTERVAL interval between SSH connection attempts (default: 0)\n"
" -W CHECKPOINT write states to the checkpoint if transfer fails\n"
- " -R CHECKPOINT resume the transfer from the checkpoint\n"
+ " -R CHECKPOINT resume transferring from the checkpoint\n"
"\n"
" -s MIN_CHUNK_SIZE min chunk size (default: 64MB)\n"
" -S MAX_CHUNK_SIZE max chunk size (default: filesize/nr_conn)\n"