mirror of
https://github.com/skidoodle/pastebin
synced 2025-10-14 09:44:48 +02:00
update readme
This commit is contained in:
@@ -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)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user