Fix usage message.

This commit is contained in:
Jordan Bancino 2023-03-08 03:31:34 +00:00
parent 8d75d8a023
commit 1a169d1a2e

View file

@ -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