summaryrefslogtreecommitdiff
path: root/src/monkeysphere-server
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-08 09:09:31 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-08-08 09:09:31 -0400
commit26515a1311d364501d562b706660337fbb906011 (patch)
tree6bfb82bccddf4e1171a8fc30d6ff1635fb9b6cf7 /src/monkeysphere-server
parent70bce7624684f8b9c8f569b014b2a36264717aa0 (diff)
parent21f5859c43fb539b6b4a852bc1d92aa3fbab26a2 (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'src/monkeysphere-server')
-rwxr-xr-xsrc/monkeysphere-server4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/monkeysphere-server b/src/monkeysphere-server
index a0b7067..7fac3ee 100755
--- a/src/monkeysphere-server
+++ b/src/monkeysphere-server
@@ -32,7 +32,7 @@ RETURN=0
########################################################################
usage() {
-cat <<EOF
+ cat <<EOF
usage: $PGRM <subcommand> [options] [args]
MonkeySphere server admin tool.
@@ -475,7 +475,7 @@ diagnostics() {
if badhostkeys=$(grep '^HostKey' | grep -q -v "^HostKey ${VARLIB}/ssh_host_rsa_key$") ; then
echo "! /etc/sshd_config refers to some non-monkeysphere host keys:"
echo "$badhostkeys"
- echo "- Recommendation: remove the above HostKey lines from /etc/ssh/sshd_config"
+ echo " - Recommendation: remove the above HostKey lines from /etc/ssh/sshd_config"
fi
fi
fi