URI: 
       Fix README example - dedup - deduplicating backup program
  HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit e45da8785b9e8436fb747f023743c910b06f36b5
   DIR parent c464b663ad1fde4840833877c100064aef076a9e
  HTML Author: z3bra <contactatz3bradotorg>
       Date:   Mon, 18 Feb 2019 19:41:37 +0100
       
       Fix README example
       
       Diffstat:
         M README                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/README b/README
       @@ -3,7 +3,7 @@ dedup is a simple data deduplication program.
        dedup only handles a single file at a time, so using tar is advised.
        For example, to dedup a tar file you can invoke dedup as follows:
        
       -    tar -c ~/bak | dedup -r ~/bak -m "$(date)"
       +    tar -c ~/dir | dedup -r ~/bak -m "$(date)"
        
        This will create .{cache,index,store} files in the ~/bak
        directory.  The store file contains all the unique blocks.  The index