Docs: Change version
This commit is contained in:
parent
816931d652
commit
564b0f889e
2
neofetch
2
neofetch
|
@ -3195,7 +3195,7 @@ getargs() {
|
|||
-v) verbose="on" ;;
|
||||
-vv) set -x; verbose="on" ;;
|
||||
--help) usage ;;
|
||||
--version) printf "%s\n" "Neofetch 2.0"; exit ;;
|
||||
--version) printf "%s\n" "Neofetch 1.9.1"; exit ;;
|
||||
esac
|
||||
|
||||
shift
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH NEOFETCH "1" "June 2016" "2.0" "User Commands"
|
||||
.TH NEOFETCH "1" "November 2016" "1.9.1" "User Commands"
|
||||
.SH NAME
|
||||
neofetch \- simple system information script
|
||||
|
||||
|
|
Reference in New Issue