diff --git a/README.md b/README.md index 8647807..4b03909 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,11 @@ a simple and lightweight pastebin service written in go and templ ## Usage ``` -$ ./pastebin +$ ./pastebin -help -Usage: pastebin [-addr ] [-max-size ] - -Options: +Usage of ./pastebin: -addr string - port to listen on (default ":3000") + socket address to bind to (default ":3000") -max-size int maximum size of a paste in bytes (default 32kB) ```