From 281cbbd6cd8ecfc3d5c1a365ae01f2e49ad25f24 Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 2 Nov 2016 22:28:23 +0100 Subject: indent heredocs and replace echos with heredoc where appropriate --- setup-ntp.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'setup-ntp.in') 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 } -- cgit v1.2.3