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() {
"-v") verbose="on" ;;
"-vv") set -x; verbose="on" ;;
"--help") usage ;;
"--version") printf "%s\n" "Neofetch 2.1"; exit ;;
"--version") printf "%s\n" "Neofetch 2.0.2"; exit ;;
esac
shift
......
.TH NEOFETCH "1" "December 2016" "2.1" "User Commands"
.TH NEOFETCH "1" "December 2016" "2.0.2" "User Commands"
.SH NAME
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