示例#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());
}