Skip to content

Commit

Permalink
Fix Git pre-commit hook script help text formatting (#26)
Browse files Browse the repository at this point in the history
Resolves #25 (Fix Git pre-commit hook script help text formatting).
  • Loading branch information
apcountryman authored Apr 4, 2024
1 parent 2a9eb7a commit d8613f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/hooks/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ function display_help_text()
" --help\n" \
" Display this help text.\n" \
" --jobs <jobs>\n" \
" Specify the number of build jobs to use when building. If the number of\n" \
" jobs is not specified, 'nproc - 1' jobs will be used.\n" \
" Specify the number of build jobs to use when building. If the number\n" \
" of jobs is not specified, 'nproc - 1' jobs will be used.\n" \
" --version\n" \
" Display the version of this script.\n" \
"EXAMPLES\n" \
Expand Down

0 comments on commit d8613f2

Please sign in to comment.