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