From 8156df062ad080199e7680874c5d09c79e861b9d Mon Sep 17 00:00:00 2001 From: fazl <5173704+fazl@users.noreply.github.com> Date: Sun, 19 Apr 2020 11:32:54 +0200 Subject: [PATCH] CLI: 'in-place' as mnemonic describing -i switch --- .verb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.verb.md b/.verb.md index bdd7611..c6652db 100644 --- a/.verb.md +++ b/.verb.md @@ -12,7 +12,7 @@ Usage: markdown-toc [options] input: The Markdown file to parse for table of contents, or "-" to read from stdin. - -i: Edit the file directly, injecting the TOC at ; + -i: Edit input file in-place, injecting the TOC at ; (Without this flag, the default is to print the TOC to stdout.) --json: Print the TOC in JSON format