diff options
author | m_pan <m_pan@github> | 2015-09-08 13:30:50 -0500 |
---|---|---|
committer | m_pan <m_pan@github> | 2015-09-08 13:49:14 -0500 |
commit | 1503be010ba98930081cc7da2a8929eed787b041 (patch) | |
tree | d239ca5727ffcc05de9cb35af60ead512dc9c36b /src | |
parent | 77beb316dd7b1442ea8cab48b51eb3da18d61175 (diff) |
Config: Minor Typo
# Updates.SourcePath > # Updates.MySqlCLIPath
Diffstat (limited to 'src')
-rw-r--r-- | src/server/authserver/authserver.conf.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist index ba9cb5b23b4..437ec221e94 100644 --- a/src/server/authserver/authserver.conf.dist +++ b/src/server/authserver/authserver.conf.dist @@ -182,7 +182,7 @@ Updates.EnableDatabases = 0 Updates.SourcePath = "" # -# Updates.SourcePath +# Updates.MySqlCLIPath # Description: The path to your mysql cli binary. # If the path is left empty, built-in path from cmake is used. # Example: "C:/Program Files/MySQL/MySQL Server 5.6/bin/mysql.exe" |