Fix references to 'keys' CLI commands in astgenkey

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@409777 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Sean Bright
2014-03-05 12:04:05 +00:00
parent 28b726e79b
commit 9808696b8a
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ if [ "$QUIET" != 'y' ]; then
echo "need to be moved to /var/lib/asterisk/keys if you want" 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 "to use them, and any private keys (.key files) will"
echo "need to be initialized at runtime either by running" 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 "command once Asterisk is running."
echo "" echo ""
echo "Press ENTER to continue or ^C to cancel." echo "Press ENTER to continue or ^C to cancel."

View File

@@ -94,7 +94,7 @@ Those files should be copied to
To see the currently-installed keys from the asterisk CLI, use the command To see the currently-installed keys from the asterisk CLI, use the command
.RS .RS
show keys keys show
.RE .RE
.SH OPTIONS .SH OPTIONS