Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

Commit c169559

Browse files
committed
Merge pull request #34 from genedna/master
tar: remove superfluous param
2 parents d250885 + ff7ffb8 commit c169559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The image may be optionally compressed with gzip, bzip2 or xz.
6969
After compression images may also be encrypted with AES symmetric encryption.
7070

7171
```
72-
tar cvvf reduce-worker.tar app rootfs
72+
tar cvf reduce-worker.tar app rootfs
7373
gpg --output reduce-worker.sig --detach-sig reduce-worker.tar
7474
gzip reduce-worker.tar -c > reduce-worker.aci
7575
```

0 commit comments

Comments
 (0)