rach/pome

-p is not database port

mattn opened this issue · 0 comments

mattn commented

pome/main.go

Line 31 in 3c140aa

port = app.Flag("port", "database server port (default: 2345)").

should fix usage or change option name to -P instead of -p. because someone may want real -p for connecting database with custom port.