Version: Bump Neofetch to 2.0.2
This commit is contained in:
parent
de614f5bf1
commit
461a5692ac
|
@ -0,0 +1,3 @@
|
|||
# Packages
|
||||
|
||||
- Fixed issue where package output was off by one.
|
2
neofetch
2
neofetch
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.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
|
||||
|
||||
|
|
Reference in New Issue