Skip to content

Commit c2eabf4

Browse files
abitrollyhugelgupf
authored andcommitted
p9ufs: clarify that :port is required
``` $ p9ufs 127.0.0.1 2025/04/02 10:20:51 err binding: listen tcp: address 127.0.0.1: missing port in address ```
1 parent 6f4f11e commit c2eabf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/p9ufs/p9ufs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func main() {
5151
}
5252

5353
if len(flag.Args()) != 1 {
54-
log.Fatalf("usage: %s <bind-addr>", os.Args[0])
54+
log.Fatalf("usage: %s <bind-addr:port>", os.Args[0])
5555
}
5656

5757
// Bind and listen on the socket.

0 commit comments

Comments
 (0)