OPTION_WIDTH
fprintf(stderr, " %-*s", OPTION_WIDTH, optstr);
if (strlen(optstr) > OPTION_WIDTH)
fprintf(stderr, "\n %-*s", OPTION_WIDTH, "");