aboutsummaryrefslogtreecommitdiffstats
path: root/setup-timezone.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-timezone.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-timezone.in')
-rw-r--r--setup-timezone.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/setup-timezone.in b/setup-timezone.in
index 2d7b044..42e2a88 100644
--- a/setup-timezone.in
+++ b/setup-timezone.in
@@ -7,17 +7,17 @@ PREFIX=
zroot=/usr/share/zoneinfo
usage() {
- cat <<__EOF__
-usage: setup-timezone [-h] [-k|-i] [-z TIMEZONE]
+ cat <<-__EOF__
+ usage: setup-timezone [-h] [-k|-i] [-z TIMEZONE]
-Sets the timezone for the system.
+ Sets the timezone for the system.
-options:
- -h Show this help
- -i Install tzdata and symlink instead of making a copy
- -k Keep previous copies of tzdata
- -z Set given timezone. (relative $zroot)
-__EOF__
+ options:
+ -h Show this help
+ -i Install tzdata and symlink instead of making a copy
+ -k Keep previous copies of tzdata
+ -z Set given timezone. (relative $zroot)
+ __EOF__
exit 1
}