more clearup of language

This commit is contained in:
inxi-svn 2011-05-26 22:40:19 +00:00
parent 0659ec02a5
commit 35265e9f7c

10
inxi
View file

@ -1763,11 +1763,11 @@ show_options()
print_screen_output " prior to $SCRIPT_NAME starting which lets you set the config file value for the selection." print_screen_output " prior to $SCRIPT_NAME starting which lets you set the config file value for the selection."
print_screen_output " Supported color schemes: 0-$color_scheme_count Example: $SCRIPT_NAME -c 11" print_screen_output " Supported color schemes: 0-$color_scheme_count Example: $SCRIPT_NAME -c 11"
print_screen_output " Color selectors for each type display (NOTE: irc and global only show safe color set):" print_screen_output " Color selectors for each type display (NOTE: irc and global only show safe color set):"
print_screen_output " 94 (console, out of X)" print_screen_output " 94 - Console, out of X"
print_screen_output " 95 (terminal, running in X)" print_screen_output " 95 - Terminal, running in X - like xTerm"
print_screen_output " 96 (Gui IRC, running in X - like Xchat, Quassel, Konversation etc)" print_screen_output " 96 - Gui IRC, running in X - like Xchat, Quassel, Konversation etc."
print_screen_output " 97 (console IRC running in X - like irssi in xTerm)" print_screen_output " 97 - Console IRC running in X - like irssi in xTerm)"
print_screen_output " 98 (console IRC not in X)" print_screen_output " 98 - Console IRC not in X"
print_screen_output " 99 (global)" print_screen_output " 99 (global)"
print_screen_output "-C Show full CPU output, including per CPU clockspeed." print_screen_output "-C Show full CPU output, including per CPU clockspeed."
print_screen_output "-d Default output verbosity level, same as: $SCRIPT_NAME -v 1" print_screen_output "-d Default output verbosity level, same as: $SCRIPT_NAME -v 1"