dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit d7d752d1f250ce41f0b9c63298c12375c86baf7f
parent b0e37d93a013e29a6ee2918eabe2708aa7022921
Author: sin <sin@2f30.org>
Date:   Sun,  7 Apr 2019 10:38:31 +0100

Fix man lint warnings

Diffstat:
Mdedup.1 | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dedup.1 b/dedup.1 @@ -30,9 +30,10 @@ should be used and piped into .Bl -tag -width "-m message" .It Fl H Ar hash The cryptographic hash function used to identify -unique blocks in the store. The supported hash functions -are blake2b and blake2bp. This flag only has an effect when -initializing the repository. By default blake2b is used. +unique blocks in the store. +The supported hash functions are blake2b and blake2bp. +This flag only has an effect when initializing the repository. +By default blake2b is used. .It Fl Z Disable compression support for this repository. This flag only has an effect when initializing the repository.