mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
liblinphone_tester.c: properly handle --6 option
This commit is contained in:
parent
da59ab0bae
commit
82106e85a2
1 changed files with 3 additions and 1 deletions
|
|
@ -191,7 +191,9 @@ static const char* liblinphone_helper =
|
|||
"\t\t\t--auth-domain <test auth domain>\n"
|
||||
"\t\t\t--dns-hosts </etc/hosts -like file to used to override DNS names (default: tester_hosts)>\n"
|
||||
"\t\t\t--keep-recorded-files\n"
|
||||
"\t\t\t--disable-leak-detector\n";
|
||||
"\t\t\t--disable-leak-detector\n"
|
||||
"\t\t\t--6\n"
|
||||
;
|
||||
|
||||
int main (int argc, char *argv[])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue