dedup

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

commit d4177845c3788ca05d073155263b38eeb81c997a
parent 3205dbd75458fc84e08ca98ee1e1fe17b19f2693
Author: sin <sin@2f30.org>
Date:   Thu, 25 Apr 2019 21:03:07 +0100

Fix error message

Diffstat:
Mdup-check.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dup-check.c b/dup-check.c @@ -70,7 +70,7 @@ main(int argc, char *argv[]) errx(1, "bopen: %s: failed", path); if (check(sctx, bctx) < 0) - errx(1, "dedup: failed"); + errx(1, "check: failed"); if (bclose(bctx) < 0) errx(1, "bclose: failed");