From: Daniel Kahn Gillmor Date: Fri, 20 Feb 2009 06:02:06 +0000 (-0500) Subject: clarify revoke_hostname warning X-Git-Tag: monkeysphere_0.23~29 X-Git-Url: https://codewiz.org/gitweb?p=monkeysphere.git;a=commitdiff_plain;h=076be3a8a16c32dd94e8b2e75359d0ba1d51f352 clarify revoke_hostname warning --- 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}