Docs: Change version
This commit is contained in:
parent
816931d652
commit
564b0f889e
2
neofetch
2
neofetch
|
@ -3195,7 +3195,7 @@ getargs() {
|
||||||
-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.0"; exit ;;
|
--version) printf "%s\n" "Neofetch 1.9.1"; exit ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
shift
|
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
|
.SH NAME
|
||||||
neofetch \- simple system information script
|
neofetch \- simple system information script
|
||||||
|
|
||||||
|
|
Reference in New Issue