hurl

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 211f680bec370eb261142b8b4eb615b37a4cf576
parent c197d88840a5544997be532a8caad6875c95abc8
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 17 Nov 2018 11:52:39 +0100

improve usage() formatting

Diffstat:
Mhurl.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 ] url\n", + fprintf(stderr, "usage: %s [-H header] [-m maxresponse] [-t timeout] url\n", argv0); exit(1); }