mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 00:47:47 +00:00
Removed -H in normal output, my experience has shown me that exposing advanced testing options just leads users to do
things they shouldn't do. -H is only for devs, that is.
This commit is contained in:
parent
fed12d9b2c
commit
9b6b627cbb
2
inxi
2
inxi
|
@ -681,7 +681,7 @@ show_options()
|
|||
print_screen_output " 5 - For multicore systems, also show per core clock speeds; shows audio card."
|
||||
print_screen_output "-x Show extra data: bogomips on cpu. Only works with verbose or line output."
|
||||
print_screen_output "Additional Options:"
|
||||
print_screen_output "-h or -H - this help menu."
|
||||
print_screen_output "-h - this help menu."
|
||||
if [[ $B_ALLOW_UPDATE == 'true' ]];then
|
||||
print_screen_output "-U Auto-update script. Note: if you installed as root, you"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue