summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-01-16 05:11:33 +0000
committerGlenn Morris <rgm@gnu.org>2008-01-16 05:11:33 +0000
commit8772b5a8566ddab4aea41c6bd24d4498f56f793b (patch)
treec4632a502f50da77431540621eeb9a83e41bbb56 /make-dist
parented398055862ab898d8dc3037a537af94ea69910b (diff)
downloademacs-8772b5a8566ddab4aea41c6bd24d4498f56f793b.tar.gz
Fix alignment whitespace in usage.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 305112ed153..19c79b4db0c 100755
--- a/make-dist
+++ b/make-dist
@@ -100,10 +100,10 @@ while [ $# -gt 0 ]; do
"--help")
echo "Usage: ${progname} [options]"
echo ""
- echo " --bzip2 use bzip2 instead of gzip"
+ echo " --bzip2 use bzip2 instead of gzip"
echo " --clean-up delete staging directories when done"
echo " --compress use compress instead of gzip"
- echo " --lzma use lzma instead of gzip"
+ echo " --lzma use lzma instead of gzip"
echo " --newer=TIME don't include files older than TIME"
echo " --no-check don't check for bad file names etc."
echo " --no-update don't recompile or do analogous things"