summaryrefslogtreecommitdiff
path: root/setup-sshd.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-sshd.in')
-rw-r--r--setup-sshd.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/setup-sshd.in b/setup-sshd.in
index d9ae94f..00e9bb8 100644
--- a/setup-sshd.in
+++ b/setup-sshd.in
@@ -5,15 +5,15 @@ PREFIX=
. "$PREFIX/lib/libalpine.sh"
usage() {
- cat <<__EOF__
-usage: setup-sshd [-h] [-c choice of SSH daemon]
+ cat <<-__EOF__
+ usage: setup-sshd [-h] [-c choice of SSH daemon]
-Setup sshd daemon
+ Setup sshd daemon
-options:
- -h Show this help
- -c Choice of SSH daemon: openssh dropbear none
-__EOF__
+ options:
+ -h Show this help
+ -c Choice of SSH daemon: openssh dropbear none
+ __EOF__
exit 1
}