diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-20 20:29:55 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-20 20:43:57 +0900 |
commit | dfdad6bca5f575b651e23370e51d2b8e648e16e8 (patch) | |
tree | 2ac41379e56bce28881991da4f30c13625297bcf /src/main.c | |
parent | fc0ced1828f6da5e6664223c660b47f295e459e2 (diff) |
update doc for checkpoint
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |