tRemove outdated comment 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 5feac127c6cb72c380aa467241dffc2f299ce7de
 (DIR) parent 55cb1cd3104e7adc0632b501925d7178e2c9ebc8
 (HTM) Author: sin <sin@2f30.org>
       Date:   Fri,  3 May 2019 00:00:15 +0100
       
       Remove outdated comment in dup-init(1)
       
       Diffstat:
         M dup-init.1                          |       2 --
       
       1 file changed, 0 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/dup-init.1 b/dup-init.1
       t@@ -23,13 +23,11 @@ is specified the current working directory is used.
        The encryption algorithm used to encrypt the blocks
        in the store.
        The supported encryption algorithms are none and XChaCha20-Poly1305.
       -This flag only has an effect when initializing the repository.
        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.
       -This flag only has an effect when initializing the repository.
        By default snappy is used.
        .It Fl k Ar keyfile
        Path to encryption key.