URI: 
       Re-order options in usage to match manpage - 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 c52bbd0d5dd0fb73d5c2c95aaa9734aea1951081
   DIR parent cf8b7ebc30834657aa9890e796e07ca4d390a5b3
  HTML Author: sin <sin@2f30.org>
       Date:   Sat, 13 Apr 2019 09:56:37 +0100
       
       Re-order options in usage to match manpage
       
       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] [-H hash] [-Z compressor] [-e id] [-r root] [-m message] [file]\n", argv0);
                exit(1);
        }