From 8a88a892c264b4fb53dd23024920deef2d820b2a Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sun, 21 Dec 2025 13:18:47 -0500 Subject: [PATCH] update: update the help output --- leaf | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/leaf b/leaf index 344d0d3..95f9cbf 100755 --- a/leaf +++ b/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 }