Add driver detail to flag. (#310)

This commit is contained in:
Thomas E Lackey 2023-01-13 16:32:45 -06:00 committed by GitHub
parent 907bf3d2f1
commit fe49b8a23c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1080,7 +1080,7 @@ var (
}
StateDiffLogStatements = &cli.BoolFlag{
Name: "statediff.db.logstatements",
Usage: "Should the statediff service log all database statements?",
Usage: "Should the statediff service log all database statements? (Note: pgx only)",
Value: false,
}
StateDiffWritingFlag = &cli.BoolFlag{