hurl | Simple gopher and http(s) client. |
| download: http://git.y1.nz/archives/hurl.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit af2736e8ff7e4ec1eae5500d7c6840b0a177cc23 parent 3c7441b9985fcdce9555ea2034284420712fafa0 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 16 Nov 2018 15:53:17 +0100 add url to usage Diffstat:
| M | hurl.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hurl.c b/hurl.c @@ -453,7 +453,7 @@ err: void usage(void) { - fprintf(stderr, "usage: %s [ -H header | -m maxresponse | -t timeout ]\n", + fprintf(stderr, "usage: %s [ -H header | -m maxresponse | -t timeout ] url\n", argv0); exit(1); }
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.