mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
some small naming/man/help changes to make consistent
This commit is contained in:
parent
0542586dac
commit
12ac640c09
2
inxi
2
inxi
|
@ -3100,7 +3100,7 @@ show_options()
|
|||
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" "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, GL core profile version)."
|
||||
print_lines_basic "1" "-G" "Graphic card information (card, display server type/version, resolution, renderer, OpenGL core profile version)."
|
||||
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."
|
||||
print_lines_basic "1" "-I" "Information: processes, uptime, memory, irc client (or shell type), $SCRIPT_NAME version."
|
||||
|
|
2
inxi.1
2
inxi.1
|
@ -126,7 +126,7 @@ those arguments in the command, like: \fBinxi \-Frmxx\fR
|
|||
.B \-G
|
||||
Show Graphic card information. Card(s), Display Server (vendor and version number), for example:
|
||||
\fBDisplay Server: Xorg 1.15.1 \fR
|
||||
,screen resolution(s), glx renderer, OpenGL core profile version). If detected (currently only available if on a desktop: will
|
||||
,screen resolution(s), glx renderer, OpenGL core profile version. If detected (currently only available if on a desktop: will
|
||||
attempt to show the server type, ie, x11, wayland, mir. When xorg is present, its version information will show
|
||||
after the server type in parentheses. Future versions will show compositor information as well.
|
||||
.TP
|
||||
|
|
Loading…
Reference in a new issue