aboutsummaryrefslogtreecommitdiffstats
path: root/setup-apkcache.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-apkcache.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-apkcache.in')
-rw-r--r--setup-apkcache.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/setup-apkcache.in b/setup-apkcache.in
index d4bfb39..1479dba 100644
--- a/setup-apkcache.in
+++ b/setup-apkcache.in
@@ -5,16 +5,16 @@ PREFIX=
. "$PREFIX/lib/libalpine.sh"
usage() {
- cat <<__EOF__
-usage: setup-apkcache [-h] [DIR]
+ cat <<-__EOF__
+ usage: setup-apkcache [-h] [DIR]
-Setup apk caching.
+ Setup apk caching.
-If DIR is not specified user will be asked for location.
+ If DIR is not specified user will be asked for location.
-options:
- -h Show this help
-__EOF__
+ options:
+ -h Show this help
+ __EOF__
exit 1
}
@@ -85,15 +85,15 @@ mount_fstype() {
}
apk_cache_help() {
- cat <<__EOF__
+ cat <<-__EOF__
-Packages installed from network can be cached locally to be available during
-boot, before the network is started. Specifying a directory here will make apk
-cache the packages locally in this directory.
+ Packages installed from network can be cached locally to be available during
+ boot, before the network is started. Specifying a directory here will make apk
+ cache the packages locally in this directory.
-Enter 'none' if you do not want to cache packages from network.
+ Enter 'none' if you do not want to cache packages from network.
-__EOF__
+ __EOF__
}
while getopts "h" opt; do