We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ecea1 commit 0919ffcCopy full SHA for 0919ffc
src/utility/parse-args.sh
@@ -151,7 +151,7 @@ function parseArgumentsInternal {
151
if ! ((parseArguments_numOfArgumentsParsed == 0)); then
152
logWarning "there were arguments defined prior to --help, they were all ignored and instead the help is shown"
153
elif (($# > 1)); then
154
- 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"
155
fi
156
return 99
157
0 commit comments