[svn-commits] dlee: branch dlee/ari-authn r393064 - /team/dlee/ari-authn/res/stasis_http/cli.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 27 15:29:52 CDT 2013


Author: dlee
Date: Thu Jun 27 15:29:51 2013
New Revision: 393064

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=393064
Log:
Newlines may be important

Modified:
    team/dlee/ari-authn/res/stasis_http/cli.c

Modified: team/dlee/ari-authn/res/stasis_http/cli.c
URL: http://svnview.digium.com/svn/asterisk/team/dlee/ari-authn/res/stasis_http/cli.c?view=diff&rev=393064&r1=393063&r2=393064
==============================================================================
--- team/dlee/ari-authn/res/stasis_http/cli.c (original)
+++ team/dlee/ari-authn/res/stasis_http/cli.c Thu Jun 27 15:29:51 2013
@@ -223,7 +223,7 @@
 			"       Encrypts a password for use in stasis_http.conf\n"
 			"       Be aware that the password will be shown in the\n"
 			"       command line history. The mkpasswd shell command\n"
-			"       may be preferable."
+			"       may be preferable.\n"
 			;
 		return NULL;
 	case CLI_GENERATE:




More information about the svn-commits mailing list