From 948fedc5f7d1c57a5cc172778818c38ed97d134d Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Sat, 20 Aug 2016 15:16:48 +0200 Subject: indent heredocs when possible --- apkgrel.in | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'apkgrel.in') diff --git a/apkgrel.in b/apkgrel.in index b20bb9c..6c16be3 100644 --- a/apkgrel.in +++ b/apkgrel.in @@ -73,21 +73,21 @@ do_nothing() { } usage() { - cat >&2 <<__EOF__ -$program $program_version - display or bump pkgrel in APKBUILDs -Usage: $program [-z|--zero] [-a|--add] [-g|--clean-git] [-s|--set NUM] - [-t|--test] [-f|--force] DIR or APKBUILD... -Options: - -z, --zero Set pkgrel to 0 - -a, --add Add 1 to current pkgrel - -g, --clean-git Only operate on APKBUILDs with clean git status (implies - --add) - -s, --set NUM Set pkgrel to NUM - -t, --test Only verify that files have a valid pkgrel - -f, --force Operate on files without a valid pkgrel - -h, --help Show this help - -__EOF__ + cat >&2 <<-__EOF__ + $program $program_version - display or bump pkgrel in APKBUILDs + Usage: $program [-z|--zero] [-a|--add] [-g|--clean-git] [-s|--set NUM] + [-t|--test] [-f|--force] DIR or APKBUILD... + Options: + -z, --zero Set pkgrel to 0 + -a, --add Add 1 to current pkgrel + -g, --clean-git Only operate on APKBUILDs with clean git status (implies + --add) + -s, --set NUM Set pkgrel to NUM + -t, --test Only verify that files have a valid pkgrel + -f, --force Operate on files without a valid pkgrel + -h, --help Show this help + + __EOF__ } cmd=do_show -- cgit v1.2.3-60-g2f50