mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Adding -d back to --help.
This commit is contained in:
@@ -176,11 +176,11 @@ displayHelp() {
|
||||
echo -e " ${bold}-o 'OPTIONS'${c0} Allows for setting script variables on the"
|
||||
echo -e " command line. Must be in the following format..."
|
||||
echo -e " 'OPTION1=\"OPTIONARG1\";OPTION2=\"OPTIONARG2\"'"
|
||||
#echo -e " ${bold}-d 'ARGUMENTS'${c0} Allows for setting what information is displayed"
|
||||
#echo -e " on the command line. Format must be as follows:"
|
||||
#echo -e " 'OPTION OPTION OPTION OPTION'. Valid options are"
|
||||
#echo -e " host, distro, Kernel, Uptime, Shell, Resolution, DE, WM,"
|
||||
#echo -e " Win_theme, Theme, Icons, Font, ASCII, Background."
|
||||
echo -e " ${bold}-d 'ARGUMENTS'${c0} Allows for setting what information is displayed"
|
||||
echo -e " on the command line. Format must be as follows:"
|
||||
echo -e " OPTION,OPTION,OPTION,OPTION. Valid options are"
|
||||
echo -e " host, distro, kernel, uptime, pkgs, shell, res, de, wm,"
|
||||
echo -e " wmtheme, gtk, cpu, gpu, mem."
|
||||
echo -e " ${bold}-n${c0} Do not display ASCII distribution logo."
|
||||
echo -e " ${bold}-N${c0} Strip all color from output."
|
||||
echo -e " ${bold}-t${c0} Truncate output based on terminal width (Experimental!)."
|
||||
|
||||
Reference in New Issue
Block a user