mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
help menu output tweak
This commit is contained in:
parent
eb893cce4b
commit
8f29c790ad
3
inxi
3
inxi
|
@ -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 ""
|
||||||
|
|
Loading…
Reference in a new issue