mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 20:19:36 +00:00
Fix copy-paste error in '-certs' error message
This commit is contained in:
parent
5eb01b519e
commit
76e6be2fad
@ -962,7 +962,7 @@ int main(int argc, char *argv[])
|
|||||||
else if (!strcmp(local_argv[x], "-certs")) {
|
else if (!strcmp(local_argv[x], "-certs")) {
|
||||||
x++;
|
x++;
|
||||||
if (switch_strlen_zero(local_argv[x]) || is_option(local_argv[x])) {
|
if (switch_strlen_zero(local_argv[x]) || is_option(local_argv[x])) {
|
||||||
fprintf(stderr, "When using -certs you must specify a grammar directory\n");
|
fprintf(stderr, "When using -certs you must specify a certificates directory\n");
|
||||||
return 255;
|
return 255;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user