fprintf(stderr,
"usage: fetch [-ADHILMNPRTVablmnpqrstv] [-o outputfile] "
"[-S bytes]\n"
" [-f file -h host [-c dir] | URL]");
" [-f file -h host [-c dir] | URL]\n");
exit(EX_USAGE);
}