Skip to content

Commit 1ee0be8

Browse files
authored
Fix spaces in help
1 parent 9242567 commit 1ee0be8

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
@@ -304,7 +304,7 @@ gh_toc_app() {
304304
echo ""
305305
echo "Usage:"
306306
echo " $app_name [--insert] [--hide-footer] [--skip-header] [--indent #spaces] src [src] Create TOC for a README file (url or local path)"
307-
echo " $app_name [--no-backup] [--hide-footer] [--skip-header] [--indent #spaces] src [src] Create TOC without backup, requires <!--ts--> / <!--te--> placeholders"
307+
echo " $app_name [--no-backup] [--hide-footer] [--skip-header] [--indent #spaces] src [src] Create TOC without backup, requires <!--ts--> / <!--te--> placeholders"
308308
echo " $app_name - Create TOC for markdown from STDIN"
309309
echo " $app_name --help Show help"
310310
echo " $app_name --version Show version"

0 commit comments

Comments
 (0)