xbps-src: add -p to usage().
--HG-- extra : convert_revision : 72bf7994f7aa968b09d8905dbc435427f4f32da0
This commit is contained in:
parent
8bffd3ca7e
commit
a845d7b4c7
|
@ -38,7 +38,7 @@ trap "echo && exit 1" INT QUIT
|
|||
usage()
|
||||
{
|
||||
cat << _EOF
|
||||
$progname: [-C] [-c <config_file>] [-u] <target>
|
||||
$progname: [-C] [-c <config_file>] [-p <pkgdir>] [-u] <target>
|
||||
|
||||
Targets:
|
||||
build Build a package (fetch + extract + configure + build).
|
||||
|
|
Loading…
Reference in New Issue