dedup

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

commit 1bb631be5344af399c412fff2fe6560b567ab572
parent 5691fed6f168e40f36f6369d43ea6984f5bfdeae
Author: sin <sin@2f30.org>
Date:   Sun,  7 Apr 2019 14:34:11 +0100

Fix alignment in manpage

Diffstat:
Mconfig.mk | 4++--
Mdedup.1 | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.mk b/config.mk @@ -1,2 +1,2 @@ -#OPENMPCFLAGS = -fopenmp -#OPENMPLDLIBS = -lomp +OPENMPCFLAGS = -fopenmp +OPENMPLDLIBS = -lomp diff --git a/dedup.1 b/dedup.1 @@ -28,7 +28,7 @@ directory trees, an archival tool like should be used and piped into .Nm . .Sh OPTIONS -.Bl -tag -width "-m message" +.Bl -tag -width "-Z compressor" .It Fl H Ar hash The cryptographic hash function used to identify unique blocks in the store.