We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f4f11e commit c2eabf4Copy full SHA for c2eabf4
cmd/p9ufs/p9ufs.go
@@ -51,7 +51,7 @@ func main() {
51
}
52
53
if len(flag.Args()) != 1 {
54
- log.Fatalf("usage: %s <bind-addr>", os.Args[0])
+ log.Fatalf("usage: %s <bind-addr:port>", os.Args[0])
55
56
57
// Bind and listen on the socket.
0 commit comments