From 2260c04f775e37dc275d8b1bec647b481d3e8b1b Mon Sep 17 00:00:00 2001 From: Stephane Peter Date: Thu, 4 May 2017 19:47:32 -0700 Subject: Fixed alignment in help --- makeself.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1