mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
Fix copy-paste error in '-certs' error message
This commit is contained in:
+1
-1
@@ -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