diff options
Diffstat (limited to 'libremakepkg')
-rwxr-xr-x | libremakepkg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libremakepkg b/libremakepkg index 54a5578..8af1581 100755 --- a/libremakepkg +++ b/libremakepkg @@ -29,8 +29,8 @@ function usage { echo "OPTIONS:" echo echo " -h : show this message." - echo " -c : cleans CHCOPY and cachedir." - echo " -u : updates before building." + echo " -c : cleans CHCOPY before building." + echo " -u : updates CHROOT before building." echo " -n : use this dir instead of CHCOPY." echo " -I pkgname : install this package, use it as many times needed." echo @@ -44,7 +44,7 @@ _PKGINSTALL="" #libremakepkg own args libremakepkgargs='hcun:I:' #now makepkg args -libremakepkgargs+='ACdefiLmoprRs' +libremakepkgargs+='ACdefiLmop:rRs' while getopts ${libremakepkgargs} arg ; do case "${arg}" in |