[svn-commits] seanbright: branch 1.8 r409777 - /branches/1.8/contrib/scripts/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Mar 5 06:04:16 CST 2014


Author: seanbright
Date: Wed Mar  5 06:04:05 2014
New Revision: 409777

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=409777
Log:
Fix references to 'keys' CLI commands in astgenkey

Modified:
    branches/1.8/contrib/scripts/astgenkey
    branches/1.8/contrib/scripts/astgenkey.8

Modified: branches/1.8/contrib/scripts/astgenkey
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/contrib/scripts/astgenkey?view=diff&rev=409777&r1=409776&r2=409777
==============================================================================
--- branches/1.8/contrib/scripts/astgenkey (original)
+++ branches/1.8/contrib/scripts/astgenkey Wed Mar  5 06:04:05 2014
@@ -32,7 +32,7 @@
 	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."

Modified: branches/1.8/contrib/scripts/astgenkey.8
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/contrib/scripts/astgenkey.8?view=diff&rev=409777&r1=409776&r2=409777
==============================================================================
--- branches/1.8/contrib/scripts/astgenkey.8 (original)
+++ branches/1.8/contrib/scripts/astgenkey.8 Wed Mar  5 06:04:05 2014
@@ -94,7 +94,7 @@
 To see the currently-installed keys from the asterisk CLI, use the command
 
 .RS
-show keys
+keys show
 .RE
 
 .SH OPTIONS




More information about the svn-commits mailing list