summaryrefslogtreecommitdiff
path: root/src/share/mh
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-01 18:05:11 -0500
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2009-03-01 18:05:11 -0500
commita9e9b3ae93b43b00700c379937895017bb530b08 (patch)
tree890b4d432c3a18934141b2c93f54ae78d84de462 /src/share/mh
parent7b64ab42881f4702b6a7800dc06c94a742109fda (diff)
refer to the m-h set-expire instead of m-h extend-key in m-h diagnostics.
Diffstat (limited to 'src/share/mh')
-rw-r--r--src/share/mh/diagnostics4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/share/mh/diagnostics b/src/share/mh/diagnostics
index 2f65f89..3746020 100644
--- a/src/share/mh/diagnostics
+++ b/src/share/mh/diagnostics
@@ -63,11 +63,11 @@ else
if [ "$expire" ]; then
if (( "$expire" < "$curdate" )); then
echo "! Host key is expired."
- echo " - Recommendation: extend lifetime of key with 'monkeysphere-host extend-key'"
+ echo " - Recommendation: extend lifetime of key with 'monkeysphere-host set-expire'"
problemsfound=$(($problemsfound+1))
elif (( "$expire" < "$warndate" )); then
echo "! Host key expires in less than $warnwindow:" $(advance_date $(( $expire - $curdate )) seconds +%F)
- echo " - Recommendation: extend lifetime of key with 'monkeysphere-host extend-key'"
+ echo " - Recommendation: extend lifetime of key with 'monkeysphere-host set-expire'"
problemsfound=$(($problemsfound+1))
fi
fi