Fix usage - 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 b95044a2af2c05607e0d4415e703aa0b4ec04af4
 (DIR) parent 113f3594d413c35e639b792d70e91142d39815f8
 (HTM) Author: sin <sin@2f30.org>
       Date:   Thu, 18 Apr 2019 13:22:32 +0100
       
       Fix usage
       
       Diffstat:
         M dup-migrate                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dup-migrate b/dup-migrate
       @@ -8,7 +8,7 @@ set -e
        
        usage()
        {
       -        echo usage: dmigrate old-repo new-repo >&2
       +        echo usage: dup-migrate old-repo new-repo >&2
                exit 1
        }