about summary refs log tree commit diff stats
path: root/tools/tar.html
diff options
context:
space:
mode:
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