summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwatch-bz2
1 files changed, 1 insertions, 1 deletions
diff --git a/watch-bz b/watch-bz
index 4449212..f909f58 100755
--- a/watch-bz
+++ b/watch-bz
@@ -105,7 +105,7 @@ do_init_login () {
done" \
&& echo " entering..."
kill -USR1 -$$
- } & read -s -p 'Password (1 min timeout): ' BZPASSWORD \
+ } & read -s -p 'Password (optional with 1 min timeout): ' BZPASSWORD \
|| return $?
trap '' USR1
trap '' INT