From 96d1dc695ddba8544bf31a8107158da65c12a21a Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Wed, 1 Apr 2026 15:28:12 +0200 Subject: [PATCH] added missing function in help --- profile.d/help.sh | 3 +++ 1 file changed, 3 insertions(+) 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"