Skip to content

Commit

Permalink
Fix help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ying Xie committed Oct 19, 2017
1 parent 91d99c4 commit c7fb7d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mqgo/src/meqa/mqgo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,10 @@ func main() {
runCommand.SetOutput(os.Stdout)

genMeqaPath := genCommand.String("d", meqaDataDir, "the directory where meqa config, log and output files reside")
genSwaggerFile := genCommand.String("s", "", "the swagger.yml file path")
genSwaggerFile := genCommand.String("s", "", "the OpenAPI (Swagger) spec file path")

runMeqaPath := runCommand.String("d", meqaDataDir, "the directory where meqa config, log and output files reside")
runSwaggerFile := runCommand.String("s", "", "the swagger_meqa.yml file path (default swagger_meqa.yml in meqa_data dir)")
runSwaggerFile := runCommand.String("s", "", "the meqa generated OpenAPI (Swagger) spec file path")
testPlanFile := runCommand.String("p", "", "the test plan file name")
resultPath := runCommand.String("r", "", "the test result file name (default result.yml in meqa_data dir)")
testToRun := runCommand.String("t", "all", "the test to run")
Expand Down

0 comments on commit c7fb7d2

Please sign in to comment.