mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2024-12-22 23:12:45 +00:00
newapkbuild: fix usage output
This commit is contained in:
parent
f39ef92cde
commit
27005a2cb0
@ -285,7 +285,8 @@ __EOF__
|
||||
usage() {
|
||||
cat >&2 <<-__EOF__
|
||||
$program $program_version - generate a new APKBUILD
|
||||
Usage: $program [-cfh] [-d DESC] [-l LICENSE] [-n NAME] [-u URL]
|
||||
Usage: $program [-n NAME] [-d DESC] [-l LICENSE] [-u URL]
|
||||
[-aCpy] [-s] [-cfh]
|
||||
PKGNAME[-PKGVER]|SRCURL
|
||||
Options:
|
||||
-n Set package name to NAME
|
||||
|
Loading…
Reference in New Issue
Block a user