Skip to content

Commit 92e5ec9

Browse files
committed
change default port
1 parent 387d245 commit 92e5ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var paramMap = map[string]*struct {
7575
},
7676
"port": {
7777
value: "9658",
78-
usage: "Client port (default: 9658)",
78+
usage: "Client port",
7979
},
8080
"config": {
8181
value: "",

0 commit comments

Comments
 (0)