Reword README - dedup - deduplicating backup program
 (HTM) git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 272704508fe267c4f4b3c3d28be679ccda76cc0c
 (DIR) parent 08da54bc98110a6bb2757e8aee340ad3e0704d91
 (HTM) Author: sin <sin@2f30.org>
       Date:   Thu,  2 May 2019 16:01:19 +0100
       
       Reword README
       
       Diffstat:
         M README                              |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -21,7 +21,7 @@ To deduplicate a directory tree invoke dup-pack(1) as follows:
        
        This will create a new snapshot called foo under repo/archive/.
        
       -To extract a snapshot:
       +To extract the snapshot:
        
            dup-unpack -r repo foo > dir.tar
        
       @@ -38,11 +38,11 @@ algorithm:
        
            dup-init -E XChaCha20-Poly1305 repo
        
       -To create a snapshot:
       +To create a snapshot named foo:
        
            tar -c ~/dir | dup-pack -k keyfile -r repo foo
        
       -To extract a snapshot:
       +To extract the snapshot:
        
            dup-unpack -k keyfile -r repo foo > dir.tar