index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/harvest-commit-times | 3 |
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")" -- "$@" || \ |