File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Describe 'parse-arg.sh'
2626 The output should include ' -v'
2727 The output should include ' The version'
2828 The output should include ' -wv'
29+ The output should include ' Version of evaluation.sh'
2930 The output should not include ' Examples'
3031 End
3132 It ' with examples'
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ function parseArgumentsInternal {
150150 }
151151
152152 function parseArgumentsInternal_printHelp() {
153- parse_args_printHelp parseArguments_paramArr " $parseArguments_examples " " $parseArguments_version " 4
153+ parse_args_printHelp parseArguments_paramArr " $parseArguments_examples " " $parseArguments_version " 5
154154 }
155155
156156 local -i parseArguments_numOfArgumentsParsed=0
You can’t perform that action at this time.
0 commit comments