Skip to content

Commit 73877e3

Browse files
committed
Fixed typo in the help command
1 parent a261661 commit 73877e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-md-toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ show_help() {
323323
echo " --indent <NUM> Set indent size. Default: 3."
324324
echo " --insert Insert new TOC into original file. For local files only. Default: false."
325325
echo " See https://github.com/ekalinin/github-markdown-toc/issues/41 for details."
326-
echo " --no-backup Remove backup file. Set --insert as well. Defaul: false."
326+
echo " --no-backup Remove backup file. Set --insert as well. Default: false."
327327
echo " --hide-footer Do not write date & author of the last TOC update. Set --insert as well. Default: false."
328328
echo " --skip-header Hide entry of the topmost headlines. Default: false."
329329
echo " See https://github.com/ekalinin/github-markdown-toc/issues/125 for details."

0 commit comments

Comments
 (0)