From 73f4bcfd489ce4d5da69b95e36ef55fc795d3b2c Mon Sep 17 00:00:00 2001 From: themorlan <48086551+themorlan@users.noreply.github.com> Date: Sat, 1 May 2021 15:18:05 +0200 Subject: [PATCH] missing words in sentence --- docs/markdown/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/examples.md b/docs/markdown/examples.md index 07cd508..4de828e 100644 --- a/docs/markdown/examples.md +++ b/docs/markdown/examples.md @@ -8,7 +8,7 @@ autorestic exec -av -- snapshots ## Unlock a locked repository -This can come in handy if a backup process crashed or if it was accidentally cancelled. Then the repository would still be locked without an actual process using it. Only do this if you know what you are sure no other process is actually reading/writing to the repository of course. +This can come in handy if a backup process crashed or if it was accidentally cancelled. Then the repository would still be locked without an actual process using it. Only do this if you know what you are doing and are sure no other process is actually reading/writing to the repository of course. ```bash autorestic exec -b my-backend -- unlock