Fix typos

This commit is contained in:
Andreas Deininger
2024-08-11 21:38:15 +02:00
parent 33c670dd7a
commit 4401265e36
3 changed files with 3 additions and 3 deletions

View File

@@ -585,7 +585,7 @@ Sometimes, it can be useful to directly save the output of a program, for exampl
``mysqldump`` so that the SQL can later be restored. Restic supports this mode
of operation; just supply the option ``--stdin-from-command`` when using the
``backup`` action, and write the command in place of the files/directories. To prevent
restic from interpreting the arguments for the commmand, make sure to add ``--`` before
restic from interpreting the arguments for the command, make sure to add ``--`` before
the command starts:
.. code-block:: console