Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/bin/harvest-commit-times
diff options
context:
space:
mode:
Diffstat (limited to 'bin/harvest-commit-times')
-rwxr-xr-xbin/harvest-commit-times3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/harvest-commit-times b/bin/harvest-commit-times
index 24e1616..2bd1f16 100755
--- a/bin/harvest-commit-times
+++ b/bin/harvest-commit-times
@@ -19,7 +19,8 @@ usage() {
}
eval set -- "$(
- getopt -o hw \
+ getopt -o fhw \
+ --long force \
--long help \
--long wait \
-n "$(basename "$0")" -- "$@" || \