diff --git a/inxi b/inxi index fb6bfcc..069a5d4 100755 --- a/inxi +++ b/inxi @@ -1901,8 +1901,7 @@ print_version_info() local last_modified=$( grep -im 1 'date:' $SCRIPT_PATH/$SCRIPT_NAME | gawk '{print $3,$4,$5}' ) print_screen_output "$SCRIPT_NAME - the universal, portable, system info script for console and irc." - print_screen_output "Version: $SCRIPT_VERSION_NUMBER" - print_screen_output "Version patch number: $SCRIPT_PATCH_NUMBER" + print_screen_output "Version: $SCRIPT_VERSION_NUMBER-$SCRIPT_PATCH_NUMBER" print_screen_output "Script Last Modified: $last_modified" print_screen_output "Script Location: $SCRIPT_PATH" print_screen_output " "