From 7a7b93d1a6482442f074611bcc3a3402b4befec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20P=C3=A9rez-Aradros=20Herce?= Date: Fri, 12 Jan 2024 12:18:23 +0100 Subject: [PATCH] fix docs format --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 032d45c3..9c097378 100644 --- a/docs/README.md +++ b/docs/README.md @@ -537,7 +537,7 @@ The `pgroll` CLI has the following top-level flags: * `--schema`: The Postgres schema in which migrations will be run (default `"public"`). * `--pgroll-schema`: The Postgres schema in which `pgroll` will store its internal state (default: `"pgroll"`). * `--lock-timeout`: The Postgres `lock_timeout` value to use for all `pgroll` DDL operations, specified in milliseconds (default `500`). -* --role: The Postgres role to use for all `pgroll` DDL operations (default: `""`, which doesn't set any role). +* `--role``: The Postgres role to use for all `pgroll` DDL operations (default: `""`, which doesn't set any role). Each of these flags can also be set via an environment variable: * `PGROLL_PG_URL`