mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-04 05:31:46 +00:00
newapkbuild: cosmetic fix for help message
This commit is contained in:
parent
f7e6d79ec3
commit
beb15ad8ba
@ -258,7 +258,8 @@ __EOF__
|
||||
usage() {
|
||||
cat >&2 <<__EOF__
|
||||
$program $program_version - generate a new APKBUILD
|
||||
Usage: $program [-cfh] [-d DESC] [-l LICENSE] [-n NAME] [-u URL] PKGNAME[-PKGVER]|SRCURL
|
||||
Usage: $program [-cfh] [-d DESC] [-l LICENSE] [-n NAME] [-u URL]
|
||||
PKGNAME[-PKGVER]|SRCURL
|
||||
Options:
|
||||
-n Set package name to NAME
|
||||
-d Set package description (pkgdesc) to DESC
|
||||
|
Loading…
Reference in New Issue
Block a user