diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-03-12 15:30:41 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-03-12 15:30:41 +0900 |
commit | d03ae9f592912a85763cc1fb5e74c2b4d8c6c71e (patch) | |
tree | f4a3bbcd8d57b75746b7c7d67a5947ebcfc02c9b /doc/mscp.1.in | |
parent | 0d248c5f6b9e8c91181950e0382d79723ab0f35e (diff) |
fix typo (#10)
Diffstat (limited to 'doc/mscp.1.in')
-rw-r--r-- | doc/mscp.1.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/mscp.1.in b/doc/mscp.1.in index f6d1a2f..a99bb88 100644 --- a/doc/mscp.1.in +++ b/doc/mscp.1.in @@ -159,8 +159,8 @@ file is passed, reads the checkpoint to load a remote host, copy direction, and files and their chunks to be transferred. Namely, .B mscp -can resume a past failed transfer from the checkpoint. Resumeing with -a checkpoint does not require +can resume a past failed transfer from the checkpoint. Resuming with a +checkpoint does not require .I source ... target arguments. Other SSH connection options, such as port number and config file, should be specified as with the failed run. In addition, @@ -168,7 +168,7 @@ checkpoint files have file paths as relative paths. Thus, you must run .B mscp in the same working directory as the failed run. You can see the contents of a checkpoint file with the -.B mscp \-vv \-D \-R CHECKOPOINT +.B mscp \-vv \-D \-R CHECKPOINT command (Dry-run mode). Note that the checkpoint file is not automatically removed after the resumed transfer ends successfully. Users should check the return value of @@ -358,7 +358,7 @@ Save a checkpoint if transfer fails: .fi .PP -Check the remaining files and chunkes, and resume the failed transfer: +Check the remaining files and chunks, and resume the failed transfer: .nf # Dump the content of a checkpoint and exit (dry-run mode) @@ -403,9 +403,9 @@ DOI .UE . -.SH CONTACT INFROMATION +.SH CONTACT INFORMATION .PP -For pathces, bug reports, or feature requests, please open an issue on +For patches, bug reports, or feature requests, please open an issue on .UR https://\:github\:.com/\:upa/\:mscp GitHub .UE . |