diff --git a/reference/ucp/3.2/cli/backup.md b/reference/ucp/3.2/cli/backup.md index ed8d8be6b2..4b802d0c36 100644 --- a/reference/ucp/3.2/cli/backup.md +++ b/reference/ucp/3.2/cli/backup.md @@ -83,7 +83,7 @@ docker container run \ | `--debug, -D` | Enable debug 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 | -| `--include-logs` | Only relevant if `--file` is also included. If true, an encrypted `backup.log` file will be stored along side the `backup.tar` in the mounted directory. Default is `true`. | +| `--include-logs` | Only relevant if `--file` is also included. If true, an encrypted `backup.log` file will be stored alongside the `backup.tar` in the mounted directory. Default is `true`. | | `--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) | | `--passphrase` *value* | Encrypt the tar file with a passphrase |