예제 #1
0
파일: nltool.c 프로젝트: dinkc64/mame
void usage(tool_options_t &opts)
{
    fprintf(stderr,
            "Usage:\n"
            "  nltool -help\n"
            "  nltool [options]\n"
            "\n"
            "Where:\n"
           );
    fprintf(stderr, "%s\n", opts.help().cstr());
}
예제 #2
0
파일: nltool.cpp 프로젝트: dinoue/mame
void usage(tool_options_t &opts)
{
	perr("{}",
		"Usage:\n"
		"  nltool --help\n"
		"  nltool [options]\n"
		"\n"
		"Where:\n"
	);
	perr("{}\n", opts.help().cstr());
}