From c36d59ec307637a70b949dad1ccbcc84cb2795d5 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Jun 23 2020 02:14:40 +0000 Subject: countme-update-rawdb.sh: add --verbose to usage() Also remove unhandled "--newer" flag. --- diff --git a/countme-update-rawdb.sh b/countme-update-rawdb.sh index b860f40..b33b814 100755 --- a/countme-update-rawdb.sh +++ b/countme-update-rawdb.sh @@ -95,6 +95,7 @@ if the first match is already present in the output database. Options: -h,--help Show this help + -v,--verbose Show what's happening while finding logs etc. -n,--dryrun Don't do anything, just show the command --progress Show progress bars while parsing --logdir LOGDIR Directory where rotated httpd logs are stored @@ -120,7 +121,7 @@ PROGRESS="" PARSECMD_ARGS=() options=$(getopt -o hvn \ - --long help,verbose,dryrun,progress,logdir:,logfmt:,rawdb:,newer: \ + --long help,verbose,dryrun,progress,logdir:,logfmt:,rawdb: \ -- "$@" \ ) eval set -- "$options"