dedup

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

commit cf8b7ebc30834657aa9890e796e07ca4d390a5b3
parent 3c2969281c3ae0cfae132373efd20210236abf2f
Author: sin <sin@2f30.org>
Date:   Sat, 13 Apr 2019 09:56:08 +0100

Fix typo in usage

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

diff --git a/dedup.c b/dedup.c @@ -570,7 +570,7 @@ term(void) static void usage(void) { - fprintf(stderr, "usage: %s [cilv] [-Z compressor] [-H hash] [-e id] [-r root] [-m message] [file]\n", argv0); + fprintf(stderr, "usage: %s [-cilv] [-Z compressor] [-H hash] [-e id] [-r root] [-m message] [file]\n", argv0); exit(1); }