Fixed Nit

This commit is contained in:
ollypom 2019-09-16 13:28:03 +00:00
parent c801b1b0cf
commit 22f8e40cdc
No known key found for this signature in database
GPG Key ID: 2E6D9F4EBCB6B160
1 changed files with 1 additions and 1 deletions

View File

@ -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 |