Skip to content

Commit

Permalink
Update README documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wykurz committed Dec 3, 2023
1 parent 0fa3f78 commit 0f2fc09
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,11 @@ FLAGS:
-v, --verbose Verbose level: -v INFO / -vv DEBUG / -vvv TRACE (default: ERROR))
OPTIONS:
--max-workers <max-workers> Number of worker threads, 0 means number of cores [default: 0]
--read-buffer <read-buffer> File copy read buffer size [default: 128KiB]
--max-blocking-threads <max-blocking-threads>
Number of blocking worker threads, 0 means Tokio runtime default (512) [default: 0]
--max-workers <max-workers> Number of worker threads, 0 means number of cores [default: 0]
--read-buffer <read-buffer> File copy read buffer size [default: 128KiB]
ARGS:
<paths>... Source path(s) and destination path
Expand All @@ -57,7 +60,10 @@ FLAGS:
-v, --verbose Verbose level: -v INFO / -vv DEBUG / -vvv TRACE (default: ERROR))
OPTIONS:
--max-workers <max-workers> Number of worker threads, 0 means number of cores [default: 0]
--max-blocking-threads <max-blocking-threads>
Number of blocking worker threads, 0 means Tokio runtime default (512) [default: 0]
--max-workers <max-workers> Number of worker threads, 0 means number of cores [default: 0]
ARGS:
<paths>... Source path(s) and destination path
Expand All @@ -78,16 +84,18 @@ FLAGS:
-L, --dereference Always follow symbolic links in source
-e, --fail-early Exit on first error
-h, --help Prints help information
-p, --preserve Preserve additional file attributes: file owner, group, setuid, setgid, mtime and atime
-p, --progress Show progress
-q, --quiet Quiet mode, don't report errors
-V, --version Prints version information
-v, --verbose Verbose level: -v INFO / -vv DEBUG / -vvv TRACE (default: ERROR))
OPTIONS:
--max-workers <max-workers> Number of worker threads, 0 means number of cores [default: 0]
--read-buffer <read-buffer> File copy read buffer size [default: 128KiB]
--update <update> Directory with updated contents of `link`
--max-blocking-threads <max-blocking-threads>
Number of blocking worker threads, 0 means Tokio runtime default (512) [default: 0]
--max-workers <max-workers> Number of worker threads, 0 means number of cores [default: 0]
--read-buffer <read-buffer> File copy read buffer size [default: 128KiB]
--update <update> Directory with updated contents of `link`
ARGS:
<src> Directory with contents we want to update into `dst`
Expand Down

0 comments on commit 0f2fc09

Please sign in to comment.