diff --git a/docs/markdown/cli/general.md b/docs/markdown/cli/general.md index 737a420..294555b 100644 --- a/docs/markdown/cli/general.md +++ b/docs/markdown/cli/general.md @@ -26,3 +26,5 @@ Verbose mode will show the output of the native restic commands that are otherwi ```bash autorestic --verbose backup -a ``` + +> :ToCPrevNext diff --git a/docs/markdown/examples.md b/docs/markdown/examples.md index 3fd55c0..07cd508 100644 --- a/docs/markdown/examples.md +++ b/docs/markdown/examples.md @@ -3,7 +3,7 @@ ## List all the snapshots for all the backends ```bash -autorestic exec -a -- snapshots +autorestic exec -av -- snapshots ``` ## Unlock a locked repository