diff --git a/src/_adr_generate_toc b/src/_adr_generate_toc index fb6e966..e73c918 100755 --- a/src/_adr_generate_toc +++ b/src/_adr_generate_toc @@ -8,8 +8,8 @@ eval "$($(dirname $0)/adr-config)" ## ## Options: ## -## -i INTRO precede the table of contents with the given INTRO text. -## -o OUTRO follow the table of contents with the given OUTRO text. +## -i INTRO precede the table of contents with text from the INTRO file. +## -o OUTRO follow the table of contents with text from the given OUTRO file. ## -p LINK_PREFIX ## prefix each decision file link with LINK_PREFIX. ##