diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-02 22:28:23 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-02 23:12:27 +0100 |
commit | 281cbbd6cd8ecfc3d5c1a365ae01f2e49ad25f24 (patch) | |
tree | 9bf3e352b97c7d3742c94b31d7d2e6886dc001b1 /setup-proxy.in | |
parent | 07c02f672a5708e4dcd9ed9aa3935840916f4c6e (diff) | |
download | alpine-conf-281cbbd6cd8ecfc3d5c1a365ae01f2e49ad25f24.zip |
indent heredocs and replace echos with heredoc where appropriate
Diffstat (limited to 'setup-proxy.in')
-rw-r--r-- | setup-proxy.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/setup-proxy.in b/setup-proxy.in index 16b7968..f92b323 100644 --- a/setup-proxy.in +++ b/setup-proxy.in @@ -6,17 +6,17 @@ for i in ./libalpine.sh $PREFIX/lib/libalpine.sh; do done usage() { - cat <<__EOF__ -usage: setup-proxy [-hq] [PROXYURL] + cat <<-__EOF__ + usage: setup-proxy [-hq] [PROXYURL] -Setup http proxy + Setup http proxy -options: - -h Show this help - -q Quiet mode + options: + -h Show this help + -q Quiet mode -If PROXYURL is not specified user will be prompted. -__EOF__ + If PROXYURL is not specified user will be prompted. + __EOF__ exit 1 } |