Commit 461a5692 authored by Dylan Araps's avatar Dylan Araps

Version: Bump Neofetch to 2.0.2

parent de614f5b
# Packages
- Fixed issue where package output was off by one.
...@@ -3302,7 +3302,7 @@ get_args() { ...@@ -3302,7 +3302,7 @@ get_args() {
"-v") verbose="on" ;; "-v") verbose="on" ;;
"-vv") set -x; verbose="on" ;; "-vv") set -x; verbose="on" ;;
"--help") usage ;; "--help") usage ;;
"--version") printf "%s\n" "Neofetch 2.1"; exit ;; "--version") printf "%s\n" "Neofetch 2.0.2"; exit ;;
esac esac
shift shift
......
.TH NEOFETCH "1" "December 2016" "2.1" "User Commands" .TH NEOFETCH "1" "December 2016" "2.0.2" "User Commands"
.SH NAME .SH NAME
neofetch \- simple system information script neofetch \- simple system information script
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment