Fix typo in usage - 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 cf8b7ebc30834657aa9890e796e07ca4d390a5b3
DIR parent 3c2969281c3ae0cfae132373efd20210236abf2f
HTML Author: sin <sin@2f30.org>
Date: Sat, 13 Apr 2019 09:56:08 +0100
Fix typo in usage
Diffstat:
M dedup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR 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);
}