Modified wording - 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 b7ba4766399045f736c536b1a9b17c26e181cfa8
 (DIR) parent 885ea6fad001f60ad32b77e0e830c5339561530c
 (HTM) Author: Eddie Thieda <eddie.thieda@gmail.com>
       Date:   Tue, 21 May 2019 04:45:14 -0400
       
       Modified wording
       
       Diffstat:
         M README                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       @@ -6,13 +6,13 @@ dedup is a deduplicating backup program.
        Getting started
        ===============
        
       -To use dedup you have to first initialize the repository:
       +To use dedup you have to first initialize a repository:
        
            dup-init repo
        
        dup-init(1) will create a storage file and an archive directory inside
        the repository.  The storage file contains all the unique blocks of
       -the repository.  The archive directory contains the snapshots.
       +the repository.  The archive directory contains all snapshots.
        
        dedup only handles a single file at a time, so using tar is advised.
        To deduplicate a directory tree invoke dup-pack(1) as follows: