Update now.sh
This commit is contained in:
parent
91ed6fe455
commit
2266657df4
@ -9,14 +9,14 @@ source ~/.config/now/events.sh
|
|||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
-h|--help)
|
-h|--help)
|
||||||
printf "$blue now - a simple to-do list written in POSIX sh $reset"
|
printf "$blue now - a simple to-do list written in POSIX sh $reset\n"
|
||||||
printf "now {-h --help} show this message"
|
printf "now {-h --help} show this message\n"
|
||||||
printf "now {-a --add} [name] [date] [time] add an event"
|
printf "now {-a --add} [name] [date] [time] add an event\n"
|
||||||
printf "now {--version} show the current version of now"
|
printf "now {--version} show the current version of now\n"
|
||||||
printf ""
|
printf "\n"
|
||||||
printf "Events can be added by editing ~/.config/now/events.sh"
|
printf "Events can be added by editing ~/.config/now/events.sh\n"
|
||||||
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'\n"
|
||||||
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\n"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
--version)
|
--version)
|
||||||
|
Loading…
Reference in New Issue
Block a user