From: Glenn Morris Date: Wed, 16 Jan 2008 05:11:33 +0000 (+0000) Subject: Fix alignment whitespace in usage. X-Git-Tag: emacs-pretest-23.0.90~8548 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8772b5a8566ddab4aea41c6bd24d4498f56f793b;p=emacs.git Fix alignment whitespace in usage. --- 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"