tFix typo in dup-init.1 - dedup - deduplicating backup program
(HTM) git clone git://git.z3bra.org/dedup.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 65426c4dfc99f803c00d3c7bdbccdfc7f38fb19c
(DIR) parent 7dbf6de1389b8b7b56017da2ff20fcdfccb40ca4
(HTM) Author: sin <sin@2f30.org>
Date: Mon, 20 May 2019 13:07:56 +0300
Fix typo in dup-init.1
Diffstat:
M dup-init.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/dup-init.1 b/dup-init.1
t@@ -1,4 +1,4 @@
-.Dd May 5, 2019
+.Dd May 20, 2019
.Dt DUP-INIT 1
.Os
.Sh NAME
t@@ -27,7 +27,7 @@ By default none is used.
.It Fl Z Ar algo
The compressor algorithm used to compress the blocks
in the store.
-The supported compressor algorithms are none and snappy and lz4.
+The supported compressor algorithms are none, snappy and lz4.
By default snappy is used.
.It Fl k Ar keyfile
Path to encryption key.