URI: 
       Remove useless options from dup-gc(1) - 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 119f4b9531960ed842f475fe4b3e91444ce92b59
   DIR parent 64a0069cdcbb478e604d9e41318db915a21fac70
  HTML Author: sin <sin@2f30.org>
       Date:   Fri, 26 Apr 2019 14:41:28 +0100
       
       Remove useless options from dup-gc(1)
       
       Diffstat:
         M dup-gc.c                            |       6 ------
       
       1 file changed, 0 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/dup-gc.c b/dup-gc.c
       @@ -30,12 +30,6 @@ main(int argc, char *argv[])
                char *repo;
        
                ARGBEGIN {
       -        case 'H':
       -                bpar.halgo = EARGF(usage());
       -                break;
       -        case 'Z':
       -                bpar.calgo = EARGF(usage());
       -                break;
                case 'v':
                        verbose++;
                        break;