update: update the help output
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user