From: Thien-Thi Nguyen Date: Mon, 29 Apr 2002 22:01:53 +0000 (+0000) Subject: Fix commentary typo; nfc. X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/a8119762077a637eac7ad152ca8c93b1660e529f Fix commentary typo; nfc. --- diff --git a/scripts/summarize-guile-TODO b/scripts/summarize-guile-TODO index af4cdd6c3..a20e2b97f 100755 --- a/scripts/summarize-guile-TODO +++ b/scripts/summarize-guile-TODO @@ -46,7 +46,7 @@ exec ${GUILE-guile} -l $0 -c "(apply $main (cdr (command-line)))" "$@" ;; -i, --involved USER -- select USER-involved items ;; -p, --personal USER -- select USER-responsible items ;; -t, --todo -- select unfinished items (status "-") -;; -t, --done -- select finished items (status "+") +;; -d, --done -- select finished items (status "+") ;; -r, --review -- select review items (marker "R") ;; ;; -w, --who -- also show who is associated w/ the item