aboutsummaryrefslogtreecommitdiffstats
path: root/setup-ntp.in
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-11-02 22:28:23 +0100
committerJakub Jirutka <jakub@jirutka.cz>2016-11-02 23:12:27 +0100
commit281cbbd6cd8ecfc3d5c1a365ae01f2e49ad25f24 (patch)
tree9bf3e352b97c7d3742c94b31d7d2e6886dc001b1 /setup-ntp.in
parent07c02f672a5708e4dcd9ed9aa3935840916f4c6e (diff)
downloadalpine-conf-281cbbd6cd8ecfc3d5c1a365ae01f2e49ad25f24.tar.bz2
alpine-conf-281cbbd6cd8ecfc3d5c1a365ae01f2e49ad25f24.tar.xz
indent heredocs and replace echos with heredoc where appropriate
Diffstat (limited to 'setup-ntp.in')
-rw-r--r--setup-ntp.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/setup-ntp.in b/setup-ntp.in
index 4432cbc..c88e486 100644
--- a/setup-ntp.in
+++ b/setup-ntp.in
@@ -5,15 +5,15 @@ PREFIX=
. "$PREFIX/lib/libalpine.sh"
usage() {
- cat <<__EOF__
-usage: setup-ntp [-h] [-c choice of NTP daemon]
+ cat <<-__EOF__
+ usage: setup-ntp [-h] [-c choice of NTP daemon]
-Setup NTP time synchronization
+ Setup NTP time synchronization
-options:
- -h Show this help
- -c Choice of NTP daemon: busybox openntpd chrony none
-__EOF__
+ options:
+ -h Show this help
+ -c Choice of NTP daemon: busybox openntpd chrony none
+ __EOF__
exit 1
}