diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update index acf901a..7c5a8cf 100755 --- a/bin/db-update +++ b/bin/db-update @@ -106,6 +106,8 @@ do ;; -p|--progressive) progressive=true + >&2 echo 'Do not use this option, it is currently broken.' + exit 42 ;; -w|--wait) block_flag='' |