From 868e28f309ec8d08bcdea913c3fc53b0ef55315f Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 2 Sep 2021 18:48:17 -0400 Subject: Update usage doc comments for some tools/*.py scripts --- tools/toc.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/toc.py') diff --git a/tools/toc.py b/tools/toc.py index 13b75ae1c..e3d719edf 100755 --- a/tools/toc.py +++ b/tools/toc.py @@ -3,6 +3,7 @@ """ Usage: python3 toc.py [-n] files.md... + Replace a "## TOC" heading in a Markdown file with a table of contents, generated from the other headings in the file. Supports multiple files. Headings must start with "##" signs to be detected. -- cgit v1.2.3