Introduction
Introduction Statistics Contact Development Disclaimer Help
improve usage() formatting - hurl - Gopher/HTTP/HTTPS file grabber
git clone git://git.codemadness.org/hurl
Log
Files
Refs
README
LICENSE
---
commit 211f680bec370eb261142b8b4eb615b37a4cf576
parent c197d88840a5544997be532a8caad6875c95abc8
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 17 Nov 2018 11:52:39 +0100
improve usage() formatting
Diffstat:
M hurl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/hurl.c b/hurl.c
@@ -452,7 +452,7 @@ err:
void
usage(void)
{
- fprintf(stderr, "usage: %s [ -H header | -m maxresponse | -t timeout ]…
+ fprintf(stderr, "usage: %s [-H header] [-m maxresponse] [-t timeout] u…
argv0);
exit(1);
}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.