mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
line lengths
This commit is contained in:
parent
e2263eeae7
commit
8725c05b34
5
inxi
5
inxi
|
@ -1753,7 +1753,8 @@ show_options()
|
||||||
print_screen_output " "
|
print_screen_output " "
|
||||||
print_screen_output "If you start $SCRIPT_NAME with no arguments, it will show the short form."
|
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 "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 "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 "along with the output for the chosen verbosity level."
|
||||||
print_screen_output "- - - - - - - - - - - - - - - - - - - - - - - - - - - - -"
|
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 " 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 " 97 - Console IRC running in X - like irssi in xTerm)"
|
||||||
print_screen_output " 98 - Console IRC not in X"
|
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 "-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 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."
|
print_screen_output "-D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB."
|
||||||
|
|
Loading…
Reference in a new issue