Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Feb 3, 2025
1 parent e3ecea1 commit 0919ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/parse-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function parseArgumentsInternal {
if ! ((parseArguments_numOfArgumentsParsed == 0)); then
logWarning "there were arguments defined prior to --help, they were all ignored and instead the help is shown"
elif (($# > 1)); then
logWarning "there were arguments defined after --help, they were all be ignored, you might want to remove --help"
logWarning "there were arguments defined after --help, they will all be ignored, you might want to remove --help"
fi
return 99
fi
Expand Down

0 comments on commit 0919ffc

Please sign in to comment.