Better doc for update
This commit is contained in:
parent
3b1e30686d
commit
c4013c0723
|
@ -330,7 +330,8 @@ _print_help() {
|
||||||
|
|
||||||
_print_usage() {
|
_print_usage() {
|
||||||
echo -e "\033[33mUSAGE:\033[0m"
|
echo -e "\033[33mUSAGE:\033[0m"
|
||||||
echo -e " update <subcommand>"
|
echo -e " \033[32mupdate\033[0m Auto-detect what to update and perform th update"
|
||||||
|
echo -e " \033[32mupdate <subcommand>\033[0m Calls the update subcommand"
|
||||||
echo
|
echo
|
||||||
echo -e "\033[33mSUBCOMMANDS:\033[0m"
|
echo -e "\033[33mSUBCOMMANDS:\033[0m"
|
||||||
echo -e " \033[32msystem\033[0m Updates the system (Debian, Archlinux, Fedora)"
|
echo -e " \033[32msystem\033[0m Updates the system (Debian, Archlinux, Fedora)"
|
||||||
|
|
Loading…
Reference in New Issue