Add help for --nobuild argument

This commit is contained in:
leafee98 2023-08-18 19:35:30 +08:00
parent 9aedecc62e
commit fe278387e5

View file

@ -438,6 +438,7 @@ function show_help {
echo "$0 [OPTIONS]"
echo " -Q quiet, disable log"
echo " -f|--force don't check if package already exists, will"
echo " --nobuild retrieve source, update pkgver and stop"
echo " override the existed package"
echo " --noextract use the current srcdir to build package, skip"
echo " those retrieve source steps"