Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Docs: Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Nov 4, 2016
1 parent 816931d commit 564b0f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion neofetch.1
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 564b0f8

Please sign in to comment.