diff --git a/profile.d/help.sh b/profile.d/help.sh index 7a6f472..8eb13d2 100644 --- a/profile.d/help.sh +++ b/profile.d/help.sh @@ -39,6 +39,8 @@ # Usage: help help() { + printf "${BIWhite}Welcome to your profile! Here is a list of available commands:${DEFAULTCOL}\n\n" + printf "check_updates\tCheck for new versions of profile\n" printf "clean\t\tErase backup files\n" printf "disp\t\tDisplay formatted info/warning/error/debug messages\n" printf "dwl\t\tDownload a URL to a local file\n" @@ -60,6 +62,7 @@ help() printf "ppg\t\tDisplay process matching the given parameter\n" printf "ppn\t\tDisplay process matching the exact process name given in parameter\n" printf "ppu\t\tDisplay processes owned by the given user\n" + printf "profile_upgrade\tUpgrade profile to the latest version\n" printf "rain\t\tLet the rain fall\n" printf "rmhost\t\tRemove host (IP and/or DNS name) from current known_hosts\n" printf "rmspc\t\tRemove spaces from file and directory names\n"