mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-22 11:39:53 +00:00
Version: Bump Neofetch to 2.0.2
This commit is contained in:
@@ -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" ;;
|
"-v") verbose="on" ;;
|
||||||
"-vv") set -x; verbose="on" ;;
|
"-vv") set -x; verbose="on" ;;
|
||||||
"--help") usage ;;
|
"--help") usage ;;
|
||||||
"--version") printf "%s\n" "Neofetch 2.1"; exit ;;
|
"--version") printf "%s\n" "Neofetch 2.0.2"; exit ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
shift
|
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
|
.SH NAME
|
||||||
neofetch \- simple system information script
|
neofetch \- simple system information script
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user