ts3init_get_cookie.help uses the same ident as other extensions

This commit is contained in:
Maximilian Münchow 2016-10-20 09:31:29 +02:00
parent 969982e417
commit dc10393165

View File

@ -27,8 +27,9 @@ static void ts3init_get_cookie_help(void)
{
printf(
"ts3init_get_cookie match options:\n"
" --min-client n The sending client needs to be at least version n.\n"
" --check-time sec Check packet send time request. May be off by sec seconds.\n"
" --min-client n The client needs to be at least version n.\n"
" --check-time sec Check packet send time request.\n"
" May be off by sec seconds.\n"
);
}