Commit 564b0f88 authored by Dylan Araps's avatar Dylan Araps

Docs: Change version

parent 816931d6
...@@ -3195,7 +3195,7 @@ getargs() { ...@@ -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
......
.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
......
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