From 817e3bc5f856536b9e69c8a52c5b3c8755d66961 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 18 Jun 2020 21:14:04 +0200 Subject: bin/db-update: short-circuit -p|--progressive --- bin/db-update | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') 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='' -- cgit v1.2.3