···628628629629static void conf_usage(const char *progname)630630{631631- printf("Usage: %s [options] <kconfig-file>\n", progname);631631+ printf("Usage: %s [options] kconfig_file\n", progname);632632 printf("\n");633633 printf("Generic options:\n");634634 printf(" -h, --help Print this message and exit.\n");···653653 printf(" --mod2yesconfig Change answers from mod to yes if possible\n");654654 printf(" --mod2noconfig Change answers from mod to no if possible\n");655655 printf(" (If none of the above is given, --oldaskconfig is the default)\n");656656+ printf("\n");657657+ printf("Arguments:\n");658658+ printf(" kconfig_file Top-level Kconfig file.\n");656659}657660658661int main(int ac, char **av)