help menu output tweak

This commit is contained in:
inxi-svn 2008-10-31 04:27:00 +00:00
parent eb893cce4b
commit 8f29c790ad

3
inxi
View file

@ -468,6 +468,7 @@ get_parameters()
show_options() show_options()
{ {
print_screen_output "$SCRIPT_NAME supports the following options:" print_screen_output "$SCRIPT_NAME supports the following options:"
print_screen_output "-------------------------------------------"
print_screen_output "--crap Overrides defective or corrupted distro ID file" print_screen_output "--crap Overrides defective or corrupted distro ID file"
print_screen_output "" print_screen_output ""
print_screen_output "-d --debug Triggers script debugger output." print_screen_output "-d --debug Triggers script debugger output."
@ -489,7 +490,7 @@ print_version_info()
{ {
local last_modified=$( grep -im 1 'date:' $SCRIPT_PATH/$SCRIPT_NAME | awk '{print $3,$4,$5}' ) local last_modified=$( grep -im 1 'date:' $SCRIPT_PATH/$SCRIPT_NAME | awk '{print $3,$4,$5}' )
print_screen_output "inxi - the universal, portable, system info script for irc." print_screen_output "$SCRIPT_NAME - the universal, portable, system info script for irc."
print_screen_output "Version: $SCRIPT_VERSION_NUMBER" print_screen_output "Version: $SCRIPT_VERSION_NUMBER"
print_screen_output "Script Last Modified: $last_modified" print_screen_output "Script Last Modified: $last_modified"
print_screen_output "" print_screen_output ""