mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
Fix copy-paste error in '-certs' error message
This commit is contained in:
@@ -962,7 +962,7 @@ int main(int argc, char *argv[])
|
||||
else if (!strcmp(local_argv[x], "-certs")) {
|
||||
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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user