summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Peter <megastep@megastep.org>2017-05-04 19:47:32 -0700
committerStephane Peter <megastep@megastep.org>2017-05-04 19:47:32 -0700
commit2260c04f775e37dc275d8b1bec647b481d3e8b1b (patch)
tree3025605dac599cb9aa952fb3d3af437abf2bbefd
parent9865b7a86b608d9aaf02bf58dc8856151bb556a3 (diff)
downloadmakeself-2260c04f775e37dc275d8b1bec647b481d3e8b1b.tar.gz
Fixed alignment in help
-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"