From 9b6b627cbb10c4e0c3d88a87821d0c54cf9946af Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 19 Nov 2008 20:10:52 +0000 Subject: [PATCH] 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. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 9592a7a..50672b4 100755 --- a/inxi +++ b/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