diff options
author | Silvino <silvino@bk.ru> | 2021-03-03 03:07:44 +0000 |
---|---|---|
committer | punk <punk@libernaut> | 2021-04-21 15:11:33 +0100 |
commit | 452477a2635d85ecf772a5242ce97d9479503bb3 (patch) | |
tree | a2e34d995cef5ac8068ec7047e93b1125c80d175 /tools/tar.html | |
parent | 4de5ad72311e351792c251eaf807885a493149a4 (diff) | |
download | doc-452477a2635d85ecf772a5242ce97d9479503bb3.tar.gz |
OpenBSD documentation
dev/c system dev rev
Diffstat (limited to 'tools/tar.html')
-rw-r--r-- | tools/tar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tar.html b/tools/tar.html index 32fe945..02c7c73 100644 --- a/tools/tar.html +++ b/tools/tar.html @@ -15,7 +15,7 @@ <p>To create a simple compressed tar;</p> <pre> - $ tar -czvf tar_name.tar.gz /path/to/archive + $ tar -czpvf tar_name.tar.gz /path/to/archive </pre> <p>Script |