Skip to content

Commit 9554ea7

Browse files
committed
- parametrized const default server port in helpscreen
1 parent 2d8fbb8 commit 9554ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sampling-message-server/src/main/java/de/dhbw/ravensburg/verteiltesysteme/server/util/ServerCommandLineParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static Options defaultOptions() {
2929
.longOpt("port")
3030
.hasArg(true)
3131
.required(false)
32-
.desc("local TCP Server Port - default is 8080")
32+
.desc("local TCP Server Port - default is" + ServiceConfig.DEFAULT_SERVICE_ENDPOINT_PORT)
3333
.build());
3434

3535
options.addOption(Option.builder("cl")

0 commit comments

Comments
 (0)