Skip to content

Commit ad17ad4

Browse files
authored
Update README
Update the extraction command in README, previous example fails.
1 parent 6144408 commit ad17ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Steps 4-6 are done in a single thread per VM backup, how many of these threads t
4444
Decryption presumes that you have private key for the gpg recipient on you machine and gpg knows about it. To decrypt simply run:
4545

4646
```
47-
gpg -d your_archive.enc | tar xz
47+
gpg -d your_archive.enc | tar -xv
4848
```
4949

5050
## Installation

0 commit comments

Comments
 (0)