diff options
author | russell <russell@f38db490-d61c-443f-a65b-d21fe96a405b> | 2010-07-28 13:01:15 +0000 |
---|---|---|
committer | russell <russell@f38db490-d61c-443f-a65b-d21fe96a405b> | 2010-07-28 13:01:15 +0000 |
commit | 4117768cded54f6afe7ddc62fe7594fbe2c797e7 (patch) | |
tree | 8c78dd5a20d82189856fd2bcb9bedfac06c7ba34 | |
parent | 3785b23eda6acbb447ee457c67a67e8a90b29b94 (diff) |
s/init keys/keys init/
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@280058 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r-- | res/res_crypto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/res_crypto.c b/res/res_crypto.c index e7793a6aa..4886b4f1a 100644 --- a/res/res_crypto.c +++ b/res/res_crypto.c @@ -276,7 +276,7 @@ static struct ast_key *try_load_key(const char *dir, const char *fname, int ifd, } /* Keep it anyway */ key->delme = 0; - /* Print final notice about "init keys" when done */ + /* Print final notice about "keys init" when done */ *not2 = 1; } @@ -505,7 +505,7 @@ static void crypto_load(int ifd, int ofd) } if (note) { - ast_log(LOG_NOTICE, "Please run the command 'init keys' to enter the passcodes for the keys\n"); + ast_log(LOG_NOTICE, "Please run the command 'keys init' to enter the passcodes for the keys\n"); } /* Delete any keys that are no longer present */ |