summaryrefslogtreecommitdiff
path: root/src/share/mh
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-20 01:02:06 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-02-20 01:02:06 -0500
commit076be3a8a16c32dd94e8b2e75359d0ba1d51f352 (patch)
tree01ff8d5299a8500f5eed01f27a8ce35312c513fb /src/share/mh
parent2401c44bf177ca12f135109eb03b8610313f0218 (diff)
clarify revoke_hostname warning
Diffstat (limited to 'src/share/mh')
-rw-r--r--src/share/mh/revoke_hostname2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/mh/revoke_hostname b/src/share/mh/revoke_hostname
index 92383a0..71b56ed 100644
--- a/src/share/mh/revoke_hostname
+++ b/src/share/mh/revoke_hostname
@@ -28,7 +28,7 @@ if [ -z "$1" ] ; then
fi
echo "WARNING: There is a known bug in this function."
-echo "This function has been known to occasionally revoke the wrong user ID."
+echo "This function has been known to occasionally revoke the wrong hostname."
echo "Please see the following bug report for more information:"
echo "https://labs.riseup.net/code/issues/show/422"
read -p "Are you sure you would like to proceed? (y/N) " OK; OK=${OK:=N}