Beispiel #1
0
int tc_options_usage(void)
{
	printf("Tarantool checksum: checksum master and replica logs.\n");
	printf("usage: tarancheck <options> <tarantool_config>\n\n");
	gopt_help(opts_def);
	return 1;
}
Beispiel #2
0
void tc_opt_usage(void)
{
	printf("usage: tarantool [options] [query]\n\n");
	printf("tarantool client.\n");
	gopt_help(tc_options_def);
	exit(0);
}