Skip to content

Commit 846fd0a

Browse files
authored
Shorten name after discussion on spec (#242)
1 parent df3120c commit 846fd0a

File tree

1 file changed

+1
-1
lines changed
  • framework/codemodder-base/src/main/java/io/codemodder

1 file changed

+1
-1
lines changed

framework/codemodder-base/src/main/java/io/codemodder/CLI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ final class CLI implements Callable<Integer> {
116116
private String projectName;
117117

118118
@CommandLine.Option(
119-
names = {"--sonar-issues-json-file"},
119+
names = {"--sonar-issues-json"},
120120
description =
121121
"a path to a file containing the result of a call to the Sonar Web API Issues endpoint")
122122
private Path sonarIssuesJsonFilePath;

0 commit comments

Comments
 (0)