update: update the help output

This commit is contained in:
2025-12-21 13:18:47 -05:00
parent f0265b9bea
commit 8a88a892c2

23
leaf
View File

@@ -260,17 +260,18 @@ leaf_parse_options() {
leaf_print_usage() {
cat << EOF
Usage: leaf [option] [packages]
Option: prepare prepare packages but do not build
build build packages but do not install
install install packages
remove remove packages
clean clean all source folders
list list installed packages
search search packages by keyword
show show package details
pack build packages and pack
unpack unpack binary packages
This leaf does not have Super Cow Powers.
Option: prepare prepare packages but do not build
build build packages but do not install
install install packages
forece-install install packages even if test faild
remove remove packages
clean clean all source folders
list list installed packages
search search packages by keyword
show show package details
pack build packages and pack
unpack unpack binary packages
This leaf does not have Super Cow Powers.
EOF
}