diff options
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 |