Merge pull request #4453 from lbausch/docs/fix-table

docs: fix malformed table
This commit is contained in:
Michael Eischer 2023-09-05 20:37:30 +00:00 committed by GitHub
commit df53f4782b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ Verbose status provides details about the progress, including details about back
Summary Summary
^^^^^^^ ^^^^^^^
Summary is the last output line in a successful backup. Summary is the last output line in a successful backup.
+---------------------------+---------------------------------------------------------+ +---------------------------+---------------------------------------------------------+
| ``message_type`` | Always "summary" | | ``message_type`` | Always "summary" |
@ -485,7 +485,7 @@ Status
+----------------------+------------------------------------------------------------+ +----------------------+------------------------------------------------------------+
|``seconds_elapsed`` | Time since restore started | |``seconds_elapsed`` | Time since restore started |
+----------------------+------------------------------------------------------------+ +----------------------+------------------------------------------------------------+
|``percent_done`` | Percentage of data restored (bytes_restored/total_bytes) | |``percent_done`` | Percentage of data restored (bytes_restored/total_bytes) |
+----------------------+------------------------------------------------------------+ +----------------------+------------------------------------------------------------+
|``total_files`` | Total number of files detected | |``total_files`` | Total number of files detected |
+----------------------+------------------------------------------------------------+ +----------------------+------------------------------------------------------------+