From 76e6be2fad2daffb54ad603252ceed4a339ffaeb Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Fri, 1 Aug 2014 20:32:27 +0200 Subject: [PATCH] Fix copy-paste error in '-certs' error message --- src/switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch.c b/src/switch.c index f5ef1ee55f..df3574d2d7 100644 --- a/src/switch.c +++ b/src/switch.c @@ -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; }