From 0b4d9c9a513dc8f74d035ddb7ba616931e63e181 Mon Sep 17 00:00:00 2001 From: Lorenz Bausch Date: Sun, 27 Aug 2023 10:45:56 +0200 Subject: [PATCH 1/2] docs: add missing whitespace to avoid malformed table warning --- doc/075_scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index b3e254ce6..64a988af5 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -485,7 +485,7 @@ Status +----------------------+------------------------------------------------------------+ |``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 | +----------------------+------------------------------------------------------------+ From 84a1170dee4ce6fd4f9e9f796fcb029f6f4a0a6a Mon Sep 17 00:00:00 2001 From: Lorenz Bausch Date: Sun, 27 Aug 2023 10:46:21 +0200 Subject: [PATCH 2/2] docs: remove trailing whitespace --- doc/075_scripting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 64a988af5..9b9d676a9 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -145,7 +145,7 @@ Verbose status provides details about the progress, including details about back 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" |