From e0ab68e7947148e5167e666301746f9c76069127 Mon Sep 17 00:00:00 2001 From: Darwin Traver Date: Wed, 4 Sep 2019 15:55:01 -0400 Subject: [PATCH] Minor formatting (#9362) Minor table formatting update for new switch (--file) --- reference/ucp/3.2/cli/backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/ucp/3.2/cli/backup.md b/reference/ucp/3.2/cli/backup.md index 5704fd1ae1..76998e0fed 100644 --- a/reference/ucp/3.2/cli/backup.md +++ b/reference/ucp/3.2/cli/backup.md @@ -45,7 +45,7 @@ Note: | Option | Description | |:-----------------------|:------------------------------------------------------------------------------| | `--debug, -D` | Enable debug mode | -| --file *value* | Name of the file to write the backup contents to. Ignored in interactive mode | +| `--file *value*` | Name of the file to write the backup contents to. Ignored in interactive mode | | `--jsonlog` | Produce json formatted output for easier parsing | | `--interactive, -i` | Run in interactive mode and prompt for configuration values | | `--no-passphrase` | Opt out to encrypt the tar file with a passphrase (not recommended) |