diff options
author | Erich Eckner <git@eckner.net> | 2021-02-19 09:49:52 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-02-19 09:49:52 +0100 |
commit | ed76632ba6887bfe54e803a16324751710958981 (patch) | |
tree | 43d625247294eccb6fbb377208055e0361919266 | |
parent | 8be5783fccfa2e6a58e61fd8c7e558d911649144 (diff) | |
download | builder-ed76632ba6887bfe54e803a16324751710958981.tar.xz |
bin/db-update: --force needs an argument, too
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-update b/bin/db-update index 7c5a8cf..4424c26 100755 --- a/bin/db-update +++ b/bin/db-update @@ -57,7 +57,7 @@ usage() { eval set -- "$( getopt -o f:hino:pw \ - --long force \ + --long force: \ --long help \ --long ignore-insanity \ --long no-action \ |