1
0
Fork 0

Doc - Fix typos

This commit is contained in:
Simran 2019-05-06 13:25:30 +02:00 committed by GitHub
parent b06c44472b
commit 5ed45c4df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@ following startup options:
(omit this and you'll be prompted for the password) (omit this and you'll be prompted for the password)
- `--server.authentication <bool>`: whether or not to use authentication - `--server.authentication <bool>`: whether or not to use authentication
If you want to connect to a different database or dump all databases you can additionaly If you want to connect to a different database or dump all databases you can additionally
use the following startup options: use the following startup options:
- `--server.database <string>`: name of the database to connect to. - `--server.database <string>`: name of the database to connect to.
Defaults to the `_systme` database. Defaults to the `_system` database.
- `--all-databases true`: restore multiple databases from a dump which used the same option. - `--all-databases true`: restore multiple databases from a dump which used the same option.
Introduced in v3.5.0. Introduced in v3.5.0.