From e61ef6042d95446135ca45c8729148311922d400 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 15 Mar 2016 20:15:24 +1100 Subject: [PATCH] Add missing arg for cpu_cores' --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index afbe2506..4a185c30 100755 --- a/neofetch +++ b/neofetch @@ -2607,6 +2607,7 @@ while [ "$1" ]; do --os_arch) os_arch="$2" ;; --osx_buildversion) osx_buildversion="$2" ;; --osx_codename) osx_codename="$2" ;; + --cpu_cores) cpu_cores="$2" ;; --speed_type) speed_type="$2" ;; --kernel_shorthand) kernel_shorthand="$2" ;; --uptime_shorthand) uptime_shorthand="$2" ;;