Skip to content

Commit e315c68

Browse files
committed
fix: usage typo 🐛
1 parent 7a127ab commit e315c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panvimdoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Arguments:
2121
--doc-mapping-project-name: 'true' if tags generated for mapping docs contain project name, 'false' otherwise
2222
--shift-heading-level-by: 0 if you don't want to shift heading levels , n otherwise
2323
--increment-heading-level-by: 0 if don't want to increment the starting heading number, n otherwise
24-
--scripts-dir: '/scripts' if `GITHUB_ACTIONS`=`true` or `.dockerenv` is present, `$0/scripts` if no argument is passed, scripts directory otherwise
24+
--scripts-dir: '/scripts' if 'GITHUB_ACTIONS=true' or '.dockerenv' is present, '$0/scripts' if no argument is passed, scripts directory otherwise
2525
EOF
2626
exit 0
2727
}

0 commit comments

Comments
 (0)