Skip to content

Commit

Permalink
until: Documentation: Cosmetics: Shorten a bit
Browse files Browse the repository at this point in the history
System-info: Ubuntu 20.04.6 LTS, x86_64
Platform-info: bash 5.0.17(1)-release
  • Loading branch information
inkarkat committed Dec 27, 2024
1 parent 00fb628 commit 9995f25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions actions/until
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ if [ "$action" = "usage" ]; then
echo " $(basename $0) [(any|all|now|on DATE|soon [on DATE]|for DATE) [TERM...]]"
echo " List tasks with a do-until \"u:date\" or"
echo " do-until-then-trash \"z:date\" ultimate date."
echo " with now: only list tasks that are already due"
echo " with soon: only list tasks that are already or about to become due"
echo " with for DATE: only list tasks that are already or to become due until DATE"
echo " with on DATE: as seen on DATE, not today"
echo " If TERM specified, lists only tasks that contain TERM(s)."
echo " now: only list tasks that are already due"
echo " soon: only list tasks that are already or about to become due"
echo " for DATE: only list tasks that are already or to become due until DATE"
echo " on DATE: as seen on DATE, not today"
echo " If TERM is specified, lists only tasks that contain TERM(s)."
echo " Intended to be used with lsdue and colorFutureTasks."
echo " Example: $TODO_SH $(basename $0) \"next week\" 42"
echo ""
Expand Down

0 comments on commit 9995f25

Please sign in to comment.