From 8725c05b345dfd01ece7fc1b830db785643ccf93 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 26 May 2011 22:44:26 +0000 Subject: [PATCH] line lengths --- inxi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index 4db14d2..6a33c46 100755 --- a/inxi +++ b/inxi @@ -1753,7 +1753,8 @@ show_options() print_screen_output " " print_screen_output "If you start $SCRIPT_NAME with no arguments, it will show the short form." print_screen_output "The following options if used without -d or -v will show just that complete line:" - print_screen_output "A,C,D,G,I,N,P,S,f,i,n,o,p,l,u,r,s,t - you can use these alone or together to show just the line(s) you want to see." + print_screen_output "A,C,D,G,I,N,P,S,f,i,n,o,p,l,u,r,s,t - you can use these alone or together to show" + print_screen_output "just the line(s) you want to see." print_screen_output "If you use them with a -v level (or -d), it will show the full output for that line " print_screen_output "along with the output for the chosen verbosity level." print_screen_output "- - - - - - - - - - - - - - - - - - - - - - - - - - - - -" @@ -1768,7 +1769,7 @@ show_options() print_screen_output " 96 - Gui IRC, running in X - like Xchat, Quassel, Konversation etc." print_screen_output " 97 - Console IRC running in X - like irssi in xTerm)" print_screen_output " 98 - Console IRC not in X" - print_screen_output " 99 - Global - Overrides/removes specific settings. Setting specific after setting global removes global." + print_screen_output " 99 - Global - Overrides/removes all settings. Setting specific removes global." print_screen_output "-C Show full CPU output, including per CPU clockspeed." print_screen_output "-d Default output verbosity level, same as: $SCRIPT_NAME -v 1" print_screen_output "-D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB."