Skip to content

Commit b653e36

Browse files
committed
More explicit usage description.
1 parent f54f625 commit b653e36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/fr/cnes/sonar/report/utils/CommandLineManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class CommandLineManager {
5353
private static final String[][] OPTIONS_DEFINITION = {
5454
{ "h", "help", Boolean.FALSE.toString(), "Display this message." },
5555
{ "v", "version", Boolean.FALSE.toString(), "Display current version." },
56-
{ "i", "properties", Boolean.TRUE.toString(), "Read from provided sonar.propeties" },
56+
{ "i", "properties", Boolean.TRUE.toString(), "Fills -s, -p, and -t options from provided sonar.propeties. Uses command line if property is absent." },
5757
{ "s", "server", Boolean.TRUE.toString(), "Complete URL of the targeted SonarQube server." },
5858
{ "t", "token", Boolean.TRUE.toString(),
5959
"SonarQube token of the SonarQube user who has permissions on the project." },

0 commit comments

Comments
 (0)