about summary refs log tree commit diff stats
path: root/tools/tar.html
diff options
context:
space:
mode:
authorpunk <punk@libernaut>2021-04-21 15:42:20 +0100
committerpunk <punk@libernaut>2021-04-21 15:42:20 +0100
commit4107462e9ec1cabaa7f89bd8478caec3f0d5b46a (patch)
treea2e34d995cef5ac8068ec7047e93b1125c80d175 /tools/tar.html
parentcfce80c5a0b8bc1eccc2f22a0d5d045d29467083 (diff)
parenteac48b5a8d709135a95abcc2243b369095f074f4 (diff)
downloaddoc-4107462e9ec1cabaa7f89bd8478caec3f0d5b46a.tar.gz
Merge branch 'master' into develop
Diffstat (limited to 'tools/tar.html')
-rw-r--r--tools/tar.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/tar.html b/tools/tar.html
index dfcd3a0..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
@@ -122,9 +122,9 @@
         <a href="index.html">Tools Index</a>
 
         <p>
-        This is part of the Tribu System Documentation.
-        Copyright (C) 2020
-        Tribu Team.
+        This is part of the LeetIO System Documentation.
+        Copyright (C) 2021
+        LeetIO Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> for copying conditions.</p>
     </body>
 </html>