From 49023985547f40b173b798787566cfc0fc70bb3d Mon Sep 17 00:00:00 2001 From: Maltimore Date: Fri, 10 Jun 2022 21:21:52 +0300 Subject: [PATCH] [DOCS] Remove unnecessary/dangerous line continuation --- docs/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index a306783a8..9ad910d5b 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -189,7 +189,7 @@ backed up and that the ``prune`` command is keeping and deleting the correct bac /etc \ /home \ /root \ - /var \ + /var backup_exit=$? @@ -206,7 +206,7 @@ backed up and that the ``prune`` command is keeping and deleting the correct bac --show-rc \ --keep-daily 7 \ --keep-weekly 4 \ - --keep-monthly 6 \ + --keep-monthly 6 prune_exit=$?