Skip to content

Commit 9ff1cc6

Browse files
committed
Fix parameters
1 parent d285ca3 commit 9ff1cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/radarcns/hdfs/util/commandline/CommandLineArgs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public class CommandLineArgs {
9696
@Parameter(names = {"--exclude-topic"}, description = "Topic to exclude when processing the records. Can be supplied more than once to exclude multiple topics.")
9797
public List<String> excludeTopics = new ArrayList<>();
9898

99-
@Parameter(names = {"-s", "--service"}, description = "Run the output generation as a service")
99+
@Parameter(names = {"-S", "--service"}, description = "Run the output generation as a service")
100100
public boolean asService = false;
101101

102102
@Parameter(names = {"-i", "--interval"}, description = "Polling interval when running as a service (seconds)")

0 commit comments

Comments
 (0)