puke: Added help

This commit is contained in:
Dylan Araps 2019-05-10 12:58:24 +03:00
parent 132592749d
commit a8e3eae226
1 changed files with 4 additions and 0 deletions

4
puke
View File

@ -181,6 +181,10 @@ args() {
log "${pkg##*/} $version-$release"
done
;;
*)
log "$0 [build|checksum|install|list|help] [pkg]"
;;
esac
}