2
0
Эх сурвалжийг харах

Merge pull request #6762 from Maltimore/docs_line_continuation

[DOCS] Remove unnecessary/dangerous line continuation
TW 3 жил өмнө
parent
commit
a55f3f7285
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      docs/quickstart.rst

+ 2 - 2
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=$?