about summary refs log tree commit diff stats
path: root/tools/tar.html
diff options
context:
space:
mode:
authorSilvino <silvino@bk.ru>2021-03-03 03:07:44 +0000
committerpunk <punk@libernaut>2021-04-21 15:11:33 +0100
commit452477a2635d85ecf772a5242ce97d9479503bb3 (patch)
treea2e34d995cef5ac8068ec7047e93b1125c80d175 /tools/tar.html
parent4de5ad72311e351792c251eaf807885a493149a4 (diff)
downloaddoc-452477a2635d85ecf772a5242ce97d9479503bb3.tar.gz
OpenBSD documentation
dev/c system dev rev
Diffstat (limited to 'tools/tar.html')
-rw-r--r--tools/tar.html2
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