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:
inxi-svn 2008-11-19 20:10:52 +00:00
parent fed12d9b2c
commit 9b6b627cbb

2
inxi
View file

@ -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