dedup

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

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

Re-order options in usage to match manpage

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] [-H hash] [-Z compressor] [-e id] [-r root] [-m message] [file]\n", argv0); exit(1); }