Update now.sh

This commit is contained in:
everest
2022-05-16 22:56:51 +00:00
committed by GitHub
parent 75a0720af4
commit 91ed6fe455

View File

@@ -17,6 +17,7 @@ while [[ $# -gt 0 ]]; do
printf "Events can be added by editing ~/.config/now/events.sh" printf "Events can be added by editing ~/.config/now/events.sh"
printf "If you would like to manually export the events instead, remove 'source ~/.config/now/events.sh'" printf "If you would like to manually export the events instead, remove 'source ~/.config/now/events.sh'"
printf "This program is free software: see the GNU GPL v3.0 for details" printf "This program is free software: see the GNU GPL v3.0 for details"
exit 0
;; ;;
--version) --version)
printf "$blue now - v0.1rc $reset" printf "$blue now - v0.1rc $reset"