dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit b95044a2af2c05607e0d4415e703aa0b4ec04af4
parent 113f3594d413c35e639b792d70e91142d39815f8
Author: sin <sin@2f30.org>
Date:   Thu, 18 Apr 2019 13:22:32 +0100

Fix usage

Diffstat:
Mdup-migrate | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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 }