diff options
Diffstat (limited to 'security/hpn-ssh')
-rw-r--r-- | security/hpn-ssh/files/sshd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hpn-ssh/files/sshd.sh b/security/hpn-ssh/files/sshd.sh index ba52de02fe7b..a08d61e67a6d 100644 --- a/security/hpn-ssh/files/sshd.sh +++ b/security/hpn-ssh/files/sshd.sh @@ -18,7 +18,7 @@ restart) fi ;; *) - echo "Usage: ${0##*/}: { start | stop | restart }" 2>&1 - exit 65 + echo "Usage: ${0##*/}: { start | stop | restart }" >&2 + exit 64 ;; esac |