README: tiny typo - hurl - Gopher/HTTP/HTTPS file grabber
HTML git clone git://git.codemadness.org/hurl
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 6005eab8a62903cc88275b4c8cd587e9bcd0c3be
DIR parent cf199b744e423c554f26f42b5054b469ed142bbd
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 10 Nov 2019 14:55:58 +0100
README: tiny typo
Diffstat:
M README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/README b/README
@@ -37,7 +37,7 @@ Features
- Uses OpenBSD pledge(2) and unveil(2). Allow no filesystem access (writes to
stdout).
-- Impose timeout and maximum size limits.
+- Impose time-out and maximum size limits.
- Use well-defined exitcodes for reliable scripting (curl sucks at this).
- Send as little information as possible (no User-Agent etc by default).