Skip to content

Commit 0919ffc

Browse files
committed
fix typo
1 parent e3ecea1 commit 0919ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/parse-args.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function parseArgumentsInternal {
151151
if ! ((parseArguments_numOfArgumentsParsed == 0)); then
152152
logWarning "there were arguments defined prior to --help, they were all ignored and instead the help is shown"
153153
elif (($# > 1)); then
154-
logWarning "there were arguments defined after --help, they were all be ignored, you might want to remove --help"
154+
logWarning "there were arguments defined after --help, they will all be ignored, you might want to remove --help"
155155
fi
156156
return 99
157157
fi

0 commit comments

Comments
 (0)