mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
typo fix
This commit is contained in:
parent
cc7a979269
commit
561247de00
2
inxi
2
inxi
|
@ -1288,7 +1288,7 @@ script_self_updater()
|
|||
print_screen_output "Oh no! Something went wrong downloading the Man gz file at: $MAN_FILE_DOWNLOAD"
|
||||
print_screen_output "Check the error messages for what happened. Error: $wget_man_error"
|
||||
else
|
||||
print_screen_output " Download/install of man page successful. Check to make sure it works: man inxi"
|
||||
print_screen_output "Download/install of man page successful. Check to make sure it works: man inxi"
|
||||
fi
|
||||
else
|
||||
print_screen_output "Man file download URL failed, unable to continue: $MAN_FILE_DOWNLOAD"
|
||||
|
|
Loading…
Reference in a new issue