From 1315fdf4242a936d7d77d372720a4714ecf89a06 Mon Sep 17 00:00:00 2001 From: Markus Ressel Date: Thu, 30 Jul 2020 20:06:53 +0200 Subject: [PATCH] fixed passes parameter, added shorthands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f4c6a6..d1c8f99 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ You can print a help message by running the script without any parameters: | Name | Description | Default | |-----------|-------------|---------| -| `-c` or `--checksum` | Whether to compare attributes and content of the copied file using an **MD5** checksum. Technically this is a redundent check and consumes a lot of resources, so think twice. | `true` | -| `-p` or `--passes` | The maximum number of rebalance passes per file. Setting this to infinity by using a value `<= 0` might improve performance when rebalancing a lot of small files. | `1` | +| `-c`
`--checksum` | Whether to compare attributes and content of the copied file using an **MD5** checksum. Technically this is a redundent check and consumes a lot of resources, so think twice. | `true` | +| `-p`
`--passes` | The maximum number of rebalance passes per file. Setting this to infinity by using a value `<= 0` might improve performance when rebalancing a lot of small files. | `1` | ### Example