mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
For usage, added verbosity level explanations, 0-5 currently.
This commit is contained in:
parent
e9a58b163c
commit
1347c67edf
7
inxi
7
inxi
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
########################################################################
|
||||
#### Script Name: inxi
|
||||
#### version: 0.3.1
|
||||
#### version: 0.3.2
|
||||
#### Date: November 1 2008
|
||||
########################################################################
|
||||
#### inxi is a fork of infobash, the original bash sys info script by locsmif
|
||||
|
@ -496,6 +496,11 @@ show_options()
|
|||
print_screen_output " must be root to update, otherwise user is fine."
|
||||
print_screen_output "-v Script verbosity levels. Verbosity level number is required."
|
||||
print_screen_output " Supported levels: 0-${VERBOSITY_LEVELS} Example: $SCRIPT_NAME -v 4"
|
||||
print_screen_output " 0 - short output, same as using nothing: $SCRIPT_NAME"
|
||||
print_screen_output " 1 - basic verbose, same as: $SCRIPT_NAME -d"
|
||||
print_screen_output " 2,3 - Show networking card data; Show hard disk names as detected."
|
||||
print_screen_output " 4 - Show partition size/filled data for (if present):/, /home, /var/, /boot"
|
||||
print_screen_output " 5 - For multicore systems, show per core clock speeds."
|
||||
print_screen_output "-V $SCRIPT_NAME version information. Prints information then exits."
|
||||
print_screen_output ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue