Skip to content

Commit

Permalink
6946: help correction
Browse files Browse the repository at this point in the history
  • Loading branch information
mirage22 committed Jan 11, 2021
1 parent 89852e9 commit f7cc211
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -85,8 +85,8 @@ function printHelp() {
printf " \t%s\t%s\n" "--packageAgent" "to package Agent"
printf " \t%s\t%s\n" "--clean" "to run maven clean"
printf " \t%s\t%s\n" "--run" "to run JMC once it was packaged"
printf " \t%s\t%s\n" "--runAgentExample" "to run Agent 'InstrumentMe' example once it was packaged"
printf " \t%s\t%s\n" "--runAgentConverterExample" "to run Agent Converter 'InstrumentMeConverter' example, once Agent was packaged"
printf " \t%s\t%s\n" "--runAgentExample" "to run Agent 'InstrumentMe' example, once it was packaged"
printf " \t%s\t%s\n" "--runAgentConverterExample" "to run Agent 'InstrumentMeConverter' example, once it was packaged"
printf " \t%s\t%s\n" "--help" "to show this help dialog"
} | column -ts $'\t'
}
Expand Down

0 comments on commit f7cc211

Please sign in to comment.