update: update the help output

This commit is contained in:
2025-12-21 13:18:47 -05:00
parent f0265b9bea
commit 8a88a892c2
+12 -11
View File
@@ -260,17 +260,18 @@ leaf_parse_options() {
leaf_print_usage() { leaf_print_usage() {
cat << EOF cat << EOF
Usage: leaf [option] [packages] Usage: leaf [option] [packages]
Option: prepare prepare packages but do not build Option: prepare prepare packages but do not build
build build packages but do not install build build packages but do not install
install install packages install install packages
remove remove packages forece-install install packages even if test faild
clean clean all source folders remove remove packages
list list installed packages clean clean all source folders
search search packages by keyword list list installed packages
show show package details search search packages by keyword
pack build packages and pack show show package details
unpack unpack binary packages pack build packages and pack
This leaf does not have Super Cow Powers. unpack unpack binary packages
This leaf does not have Super Cow Powers.
EOF EOF
} }