Browse Source

tidy: missing space secret-key-file

Mészáros Mihály 7 years ago
parent
commit
0173d72974
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/apps/relay/mainrelay.c

+ 1 - 1
src/apps/relay/mainrelay.c

@@ -497,7 +497,7 @@ static char Usage[] = "Usage: turnserver [options]\n"
 "						(see http://dev.mysql.com/doc/refman/5.1/en/ssl-options.html for the\n"
 "						command options description).\n\n"
 "	        	          		All connection-string parameters are optional.\n\n"
-"--secret-key-file	<filename>		This is the file path which contain secret key of aes encryption while using MySQL password encryption.\n"
+" --secret-key-file	<filename>		This is the file path which contain secret key of aes encryption while using MySQL password encryption.\n"
 "						If you want to use in the MySQL connection string the password in encrypted format,\n"
 "						then set in this option the file path of the secret key. The key which is used to encrypt MySQL password.\n"
 "						Warning: If this option is set, then MySQL password must be set in \"mysql-userdb\" option in encrypted format!\n"