Update docs

This commit is contained in:
Dylan Araps 2016-11-01 17:57:08 +11:00
parent 4e2bfe531c
commit a37a3eec31
3 changed files with 2 additions and 155 deletions

View file

@ -3204,7 +3204,7 @@ getargs() {
-v) verbose="on" ;;
-vv) set -x; verbose="on" ;;
--help) usage ;;
--version) printf "%s\n" "Neofetch 1.9"; exit ;;
--version) printf "%s\n" "Neofetch 2.0"; exit ;;
esac
shift