Some gramma fixes in documentation

This commit is contained in:
DRON-666 2020-12-19 01:16:15 +03:00
parent ef1aeb8724
commit da9053b184
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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