xbps-src: add -p to usage().

--HG--
extra : convert_revision : 72bf7994f7aa968b09d8905dbc435427f4f32da0
This commit is contained in:
Juan RP 2010-03-30 23:26:08 +02:00
parent 8bffd3ca7e
commit a845d7b4c7
1 changed files with 1 additions and 1 deletions

View File

@ -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).