From b7256fb48a81bddeacea3da7f7b828fd05f12e4c Mon Sep 17 00:00:00 2001 From: Muhammad Herdiansyah Date: Fri, 7 Oct 2016 17:23:16 +0700 Subject: [PATCH] Removed "Windows" from os_arch description. To preserve accuracy, os_arch's description will be changed accordingly so there will be no notion that os_arch is Windows' exclusive. --- README.md | 2 +- neofetch | 2 +- neofetch.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 344a1ec4..b2d4bac9 100644 --- a/README.md +++ b/README.md @@ -367,7 +367,7 @@ alias neofetch2="neofetch \ 'neofetch --disable cpu gpu disk shell' --osx_buildversion on/off Hide/Show Mac OS X build version. --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. Possible values: current, min, max, bios, scaling_current, scaling_min, scaling_max diff --git a/neofetch b/neofetch index f1b0cc3a..f0736eba 100755 --- a/neofetch +++ b/neofetch @@ -2886,7 +2886,7 @@ usage() { cat << EOF 'neofetch --disable cpu gpu disk shell' --osx_buildversion on/off Hide/Show Mac OS X build version. --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. Possible values: current, min, max, bios, scaling_current, scaling_min, scaling_max diff --git a/neofetch.1 b/neofetch.1 index bb3f14a9..59141f72 100644 --- a/neofetch.1 +++ b/neofetch.1 @@ -26,7 +26,7 @@ Hide/Show Mac OS X build version. Hide/Show Mac OS X codename. .TP .B \--os_arch 'on/off' -Hide/Show Windows architecture. +Hide/Show OS architecture. .TP .B \--speed_type 'type' Change the type of cpu speed to display.