From 6a4c26a6fe0b8f819493b015a2251d4d0dc942e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Hol=C3=BD?= Date: Thu, 5 Aug 2021 11:17:33 +0200 Subject: [PATCH] toc: clarify that INTRO, OUTRO er files, not text --- src/_adr_generate_toc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ##