Adding -d back to --help.

This commit is contained in:
Brett Bohnenkamper
2013-06-13 03:16:31 -05:00
parent 537510884c
commit 7921530068

View File

@@ -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!)."