summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmakeself.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makeself.sh b/makeself.sh
index 940c044..14c7170 100755
--- a/makeself.sh
+++ b/makeself.sh
@@ -100,7 +100,7 @@ MS_Usage()
echo " --tar-quietly : Suppress verbose output from the tar command"
echo " --quiet | -q : Do not print any messages other than errors."
echo " --gzip : Compress using gzip (default if detected)"
- echo " --pigz : Compress with pigz"
+ echo " --pigz : Compress with pigz"
echo " --bzip2 : Compress using bzip2 instead of gzip"
echo " --pbzip2 : Compress using pbzip2 instead of gzip"
echo " --xz : Compress using xz instead of gzip"