Merge pull request #355 from konimex/master

Changed README and os_arch description
This commit is contained in:
Dylan Araps 2016-10-07 23:11:33 +11:00 committed by GitHub
commit fbe2d40f05
3 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ Have a look at the wiki, I've updated/added some new pages!<br \>
## Features ## Features
- Supports **Linux**, **Mac OS X**, **iOS**, **BSD**, **Solaris** and **Windows** (Cygwin) - Supports **Linux**, **Mac OS X**, **iOS**, **BSD**, **Solaris** and **Windows** (Cygwin/Windows 10 Linux subsystem)
- Display a **full color image**, a file containing **ascii art** or your **distro's logo** in ascii next to the info. - Display a **full color image**, a file containing **ascii art** or your **distro's logo** in ascii next to the info.
- The script is **fast**. We use bash builtins wherever possible and only spawn external processes when necessary. - The script is **fast**. We use bash builtins wherever possible and only spawn external processes when necessary.
- Take a screenshot of your desktop on script finish. - Take a screenshot of your desktop on script finish.
@ -367,7 +367,7 @@ alias neofetch2="neofetch \
'neofetch --disable cpu gpu disk shell' 'neofetch --disable cpu gpu disk shell'
--osx_buildversion on/off Hide/Show Mac OS X build version. --osx_buildversion on/off Hide/Show Mac OS X build version.
--osx_codename on/off Hide/Show Mac OS X codename. --osx_codename on/off Hide/Show Mac OS X codename.
--os_arch on/off Hide/Show Windows architecture. --os_arch on/off Hide/Show OS architecture.
--speed_type type Change the type of cpu speed to display. --speed_type type Change the type of cpu speed to display.
Possible values: current, min, max, bios, Possible values: current, min, max, bios,
scaling_current, scaling_min, scaling_max scaling_current, scaling_min, scaling_max

View File

@ -2886,7 +2886,7 @@ usage() { cat << EOF
'neofetch --disable cpu gpu disk shell' 'neofetch --disable cpu gpu disk shell'
--osx_buildversion on/off Hide/Show Mac OS X build version. --osx_buildversion on/off Hide/Show Mac OS X build version.
--osx_codename on/off Hide/Show Mac OS X codename. --osx_codename on/off Hide/Show Mac OS X codename.
--os_arch on/off Hide/Show Windows architecture. --os_arch on/off Hide/Show OS architecture.
--speed_type type Change the type of cpu speed to display. --speed_type type Change the type of cpu speed to display.
Possible values: current, min, max, bios, Possible values: current, min, max, bios,
scaling_current, scaling_min, scaling_max scaling_current, scaling_min, scaling_max

View File

@ -26,7 +26,7 @@ Hide/Show Mac OS X build version.
Hide/Show Mac OS X codename. Hide/Show Mac OS X codename.
.TP .TP
.B \--os_arch 'on/off' .B \--os_arch 'on/off'
Hide/Show Windows architecture. Hide/Show OS architecture.
.TP .TP
.B \--speed_type 'type' .B \--speed_type 'type'
Change the type of cpu speed to display. Change the type of cpu speed to display.