summaryrefslogtreecommitdiffstats
path: root/abump.in
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-20 15:16:48 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-23 00:09:06 +0200
commit948fedc5f7d1c57a5cc172778818c38ed97d134d (patch)
tree22312603ea7c1a37738db7b9f3969a46740afffd /abump.in
parente8508f7b187ad23ff6b52dfbe0db0ac9d8e18fdf (diff)
downloadabuild-948fedc5f7d1c57a5cc172778818c38ed97d134d.tar.bz2
abuild-948fedc5f7d1c57a5cc172778818c38ed97d134d.tar.xz
indent heredocs when possible
Diffstat (limited to 'abump.in')
-rw-r--r--abump.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/abump.in b/abump.in
index 13db348..b06a933 100644
--- a/abump.in
+++ b/abump.in
@@ -86,18 +86,18 @@ fixes #${fixes#\#}
}
usage() {
- cat >&2 <<__EOF__
-$program $program_version - bump pkgver in APKBUILDs
-Usage: $program [-s CVE-1,CVE-2,...] [-f ISSUE] [-R|--recursive] [-k|--keep] PKGNAME-1.2.3 ...
-Options:
- -s, --security CVE1,CVE-2,... Security update
- -f, --fixes ISSUE Fixes ISSUE
- -R, --recursive Run abuild with -R for recursive building
- -k, --keep Run abuild with -k to keep existing packages
- -q, --quiet
- -h, --help Show this help
-
-__EOF__
+ cat >&2 <<-__EOF__
+ $program $program_version - bump pkgver in APKBUILDs
+ Usage: $program [-s CVE-1,CVE-2,...] [-f ISSUE] [-R|--recursive] [-k|--keep] PKGNAME-1.2.3 ...
+ Options:
+ -s, --security CVE1,CVE-2,... Security update
+ -f, --fixes ISSUE Fixes ISSUE
+ -R, --recursive Run abuild with -R for recursive building
+ -k, --keep Run abuild with -k to keep existing packages
+ -q, --quiet
+ -h, --help Show this help
+
+ __EOF__
}
keep=