summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2014-03-05 12:06:48 +0000
committerSean Bright <sean@malleable.com>2014-03-05 12:06:48 +0000
commit0dad46d2972da0288680c94451b2edb07e45e31a (patch)
tree747975e8aa3317583ca3cbe266546f1cb23c97f4 /contrib
parent015e744c3ca3578869b43b229a271c6902603741 (diff)
Fix references to 'keys' CLI commands in astgenkey
........ Merged revisions 409777 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 409778 from http://svn.asterisk.org/svn/asterisk/branches/11 ........ Merged revisions 409779 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@409780 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib')
-rw-r--r--contrib/scripts/astgenkey2
-rw-r--r--contrib/scripts/astgenkey.82
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/scripts/astgenkey b/contrib/scripts/astgenkey
index 637604896..c76249186 100644
--- a/contrib/scripts/astgenkey
+++ b/contrib/scripts/astgenkey
@@ -32,7 +32,7 @@ if [ "$QUIET" != 'y' ]; then
echo "need to be moved to /var/lib/asterisk/keys if you want"
echo "to use them, and any private keys (.key files) will"
echo "need to be initialized at runtime either by running"
- echo "Asterisk with the '-i' option, or with the 'init keys'"
+ echo "Asterisk with the '-i' option, or with the 'keys init'"
echo "command once Asterisk is running."
echo ""
echo "Press ENTER to continue or ^C to cancel."
diff --git a/contrib/scripts/astgenkey.8 b/contrib/scripts/astgenkey.8
index 063feca80..b32bf5d91 100644
--- a/contrib/scripts/astgenkey.8
+++ b/contrib/scripts/astgenkey.8
@@ -94,7 +94,7 @@ Those files should be copied to
To see the currently-installed keys from the asterisk CLI, use the command
.RS
-show keys
+keys show
.RE
.SH OPTIONS