ARGFLAGS
fprintf(stderr, "usage: %s [-" ARGFLAGS "]\n", getprogname());
while ((ch = getopt(argc, argv, ARGFLAGS)) != -1) {