Commit b7cbede 1 parent b43c312 commit b7cbede Copy full SHA for b7cbede
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ Options:
256
256
--storage.sqlDialect
257
257
[string] [choices: " sqlite" , " postgres" ] [default: " sqlite" ]
258
258
--storage.sqlDatabasePath The path to a SQLite database on disk.
259
- --storage.sqlConnectionUrl The connection url to a postgres or
260
- mysql database.
259
+ --storage.sqlConnectionUrl The connection url to a postgres
260
+ database.
261
261
--storage.sqlConnectionSsl Whether the SQL connection should force
262
262
use of SSL [boolean] [default: false]
263
263
--storage.sqlDangerouslyResetDatabase Whether to force the database to the
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ function buildCommand(yargs) {
34
34
description : 'The path to a SQLite database on disk.' ,
35
35
} ,
36
36
'storage.sqlConnectionUrl' : {
37
- description : 'The connection url to a postgres or mysql database.' ,
37
+ description : 'The connection url to a postgres database.' ,
38
38
} ,
39
39
'storage.sqlConnectionSsl' : {
40
40
type : 'boolean' ,
You can’t perform that action at this time.
0 commit comments