summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-08-15 19:03:03 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-08-15 19:03:03 +0200
commit57c4fd81bff5a1c9de4f87b379e9abb6c15e00e2 (patch)
tree31c9356aa6009f7a6d590eae8a7a6147013676c5
parente95534f6ca4f49eff4da95e612f9b4c9f4c46d3e (diff)
downloadwatch-bz-57c4fd81bff5a1c9de4f87b379e9abb6c15e00e2.tar.gz
watch-bz-57c4fd81bff5a1c9de4f87b379e9abb6c15e00e2.tar.xz
watch-bz-57c4fd81bff5a1c9de4f87b379e9abb6c15e00e2.zip
Make it explicit that password is optional
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-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