From da9053b184de2bd553f4ae3965c6c53b0e519e9a Mon Sep 17 00:00:00 2001 From: DRON-666 <64691982+DRON-666@users.noreply.github.com> Date: Sat, 19 Dec 2020 01:16:15 +0300 Subject: [PATCH] Some gramma fixes in documentation --- changelog/unreleased/pull-3081 | 6 +++--- doc/050_restore.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog/unreleased/pull-3081 b/changelog/unreleased/pull-3081 index 89de8a728..34b0dd556 100644 --- a/changelog/unreleased/pull-3081 +++ b/changelog/unreleased/pull-3081 @@ -1,7 +1,7 @@ -Enhancement: Allow whole folder dump in ZIP format +Enhancement: Add zip format support to dump -Previously, restic can dump the contents of a whole folder structure only -in the tar format. The `dump` command now have a new flag to change output +Previously, restic could dump the contents of a whole folder structure only +in the tar format. The `dump` command now has a new flag to change output format to zip. Just pass `--archive zip` as an option to `restic dump`. https://github.com/restic/restic/pull/2433 diff --git a/doc/050_restore.rst b/doc/050_restore.rst index 2a636c317..27568d203 100644 --- a/doc/050_restore.rst +++ b/doc/050_restore.rst @@ -128,7 +128,7 @@ e.g.: It is also possible to ``dump`` the contents of a whole folder structure to stdout. To retain the information about the files and folders Restic will -output the contents in the tar (default) or zip formats: +output the contents in the tar (default) or zip format: .. code-block:: console