diff --git a/inxi b/inxi index 4694256..51d615b 100755 --- a/inxi +++ b/inxi @@ -468,6 +468,7 @@ get_parameters() show_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 "" 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}' ) - 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 "Script Last Modified: $last_modified" print_screen_output ""