summaryrefslogtreecommitdiffstats
path: root/apkgrel.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-10-25 08:01:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-25 08:01:22 +0000
commitf7e6d79ec32c7259765fd4af1548dccc5ad99abc (patch)
treecd5be12e5b000dd9b02d19dc044996839fcfaee6 /apkgrel.in
parentb53d4ad7de70dbc85b6c24bacb023b6dce0e7c78 (diff)
downloadabuild-f7e6d79ec32c7259765fd4af1548dccc5ad99abc.tar.bz2
abuild-f7e6d79ec32c7259765fd4af1548dccc5ad99abc.tar.xz
apkgrel: cosmetic fixes for help message
Diffstat (limited to 'apkgrel.in')
-rw-r--r--apkgrel.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/apkgrel.in b/apkgrel.in
index 3d30515..4e4922c 100644
--- a/apkgrel.in
+++ b/apkgrel.in
@@ -75,11 +75,13 @@ 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...
+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)
+ -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