Skip to content

Commit faa5602

Browse files
committed
refact: error mesage
1 parent 040d2c4 commit faa5602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cli/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func main() {
2222
}
2323
if *portPtr == "" {
2424
flag.PrintDefaults()
25-
fmt.Errorf("PORT flag is required.")
25+
fmt.Errorf("Flag PORT is required.")
2626
}
2727

2828
if *listenPtr {

0 commit comments

Comments
 (0)