From bf19c983d1a91b88e7abe45c790e1a46e69f8df2 Mon Sep 17 00:00:00 2001 From: themorlan <48086551+themorlan@users.noreply.github.com> Date: Sat, 1 May 2021 15:15:44 +0200 Subject: [PATCH] typo --- docs/markdown/cli/exec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/cli/exec.md b/docs/markdown/cli/exec.md index 0692234..eac22a6 100644 --- a/docs/markdown/cli/exec.md +++ b/docs/markdown/cli/exec.md @@ -4,7 +4,7 @@ autorestic exec [-b, --backend] [-a, --all] -- [native options] ``` -This is avery handy command which enables you to run any native restic command on desired backends. Generally will want to include the verbose flag `-v, --verbose` to see the output. An example would be listing all the snapshots of all your backends: +This is a very handy command which enables you to run any native restic command on desired backends. Generally you will want to include the verbose flag `-v, --verbose` to see the output. An example would be listing all the snapshots of all your backends: ```bash autorestic exec -av -- snapshots