mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
more man, help cleanup, synching
This commit is contained in:
parent
44c8f88a38
commit
1b0bb32f24
2
inxi
2
inxi
|
@ -2655,7 +2655,7 @@ show_options()
|
||||||
print_lines_basic "1" "-d" "Optical drive data. Same as -Dd. See also -x and -xx."
|
print_lines_basic "1" "-d" "Optical drive data. Same as -Dd. See also -x and -xx."
|
||||||
print_lines_basic "1" "-D" "Full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB. See also -x and -xx. Disk total used percentage includes swap partition size(s)."
|
print_lines_basic "1" "-D" "Full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB. See also -x and -xx. Disk total used percentage includes swap partition size(s)."
|
||||||
print_lines_basic "1" "-f" "All cpu flags, triggers -C. Not shown with -F to avoid spamming. ARM cpus show 'features'."
|
print_lines_basic "1" "-f" "All cpu flags, triggers -C. Not shown with -F to avoid spamming. ARM cpus show 'features'."
|
||||||
print_lines_basic "1" "-F" "Full output for $SCRIPT_NAME. Includes all Upper Case line letters, plus -s and -n. Does not show extra verbose options like -x -d -f -u -l -o -p -t -r"
|
print_lines_basic "1" "-F" "Full output for $SCRIPT_NAME. Includes all Upper Case line letters, plus -s and -n. Does not show extra verbose options like -d -f -l -m -o -p -r -t -u -x"
|
||||||
print_lines_basic "1" "-G" "Graphic card information (card, display server type/version, resolution, glx renderer, version)."
|
print_lines_basic "1" "-G" "Graphic card information (card, display server type/version, resolution, glx renderer, version)."
|
||||||
print_lines_basic "1" "-i" "Wan IP address, and shows local interfaces (requires ifconfig
|
print_lines_basic "1" "-i" "Wan IP address, and shows local interfaces (requires ifconfig
|
||||||
network tool). Same as -Nni. Not shown with -F for user security reasons, you shouldn't paste your local/wan IP."
|
network tool). Same as -Nni. Not shown with -F for user security reasons, you shouldn't paste your local/wan IP."
|
||||||
|
|
4
inxi.1
4
inxi.1
|
@ -93,8 +93,8 @@ spamming. ARM cpus: show \fBfeatures\fR items.
|
||||||
.TP
|
.TP
|
||||||
.B \-F
|
.B \-F
|
||||||
Show Full output for inxi. Includes all Upper Case line letters, plus \fB\-s\fR and \fB\-n\fR.
|
Show Full output for inxi. Includes all Upper Case line letters, plus \fB\-s\fR and \fB\-n\fR.
|
||||||
Does not show extra verbose options like \fB\-x \-d \-f \-u \-l \-o \-p \-t \-r\fR unless you use
|
Does not show extra verbose options like \fB\-d \-f \-l \-m \-o \-p \-r \-t \-u \-x\fR unless you use
|
||||||
that argument.
|
those arguments in the command, like inxi \fB\-Frmxx\fR.
|
||||||
.TP
|
.TP
|
||||||
.B \-G
|
.B \-G
|
||||||
Show Graphic card information. Card(s), Display Server (vendor and version number), for example:
|
Show Graphic card information. Card(s), Display Server (vendor and version number), for example:
|
||||||
|
|
Loading…
Reference in a new issue