From d4f58696425888535611f950f10bb305ee35319f Mon Sep 17 00:00:00 2001 From: csehviktor Date: Sat, 2 Aug 2025 00:09:34 +0200 Subject: [PATCH] update readme --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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) ```