From 371130e779d0d16f252866a98b9b0456de99b6b0 Mon Sep 17 00:00:00 2001 From: jackton1 Date: Wed, 11 Jan 2023 15:37:58 +0000 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0de328d..0e4e100 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,11 @@ Support this project with a :star: -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|--------------|--------|----------|---------|-----------------------------------| -| database\_url | string | true | | Database URL | -| options | string | true | `"-O"` | Extra arguments passed to pg\_dump | -| path | string | true | | Backup file output location | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|--------------|--------|----------|---------|------------------------------------------------------------------------------------------------------------| +| database\_url | string | true | | Database URL | +| options | string | true | `"-O"` | Extra [options](https://www.postgresql.org/docs/current/app-pgdump.html#PG-DUMP-OPTIONS) passed to pg\_dump | +| path | string | true | | Backup file output location |