update readme

This commit is contained in:
csehviktor
2025-08-02 00:09:34 +02:00
parent 407bf40bd6
commit d4f5869642

View File

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