forked from Telodendria/Telodendria
Fix usage message.
This commit is contained in:
parent
8d75d8a023
commit
1a169d1a2e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ StreamCopy(FILE * in, FILE * out)
|
||||||
static void
|
static void
|
||||||
usage(char *prog)
|
usage(char *prog)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Usage: %s [-h] METHOD url\n", prog);
|
fprintf(stderr, "Usage: %s [-i -X method -H header] url\n", prog);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in a new issue