Make clear description of anonymous user (#6655)

* Make clear description of anonymous user

* Properly generate definitions

Co-authored-by: dplewis <findlewis@gmail.com>
This commit is contained in:
Jerome De Leon
2020-07-13 23:00:55 +08:00
committed by GitHub
parent 01b49b61ea
commit 0abe9bb42d
3 changed files with 3 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ module.exports.ParseServerOptions = {
},
enableAnonymousUsers: {
env: 'PARSE_SERVER_ENABLE_ANON_USERS',
help: 'Enable (or disable) anon users, defaults to true',
help: 'Enable (or disable) anonymous users, defaults to true',
action: parsers.booleanParser,
default: true,
},