]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix alignment whitespace in usage.
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2008 05:11:33 +0000 (05:11 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2008 05:11:33 +0000 (05:11 +0000)
make-dist

index 305112ed153eb0d9283792e694498380461c2fdc..19c79b4db0c63de7d0ee348a7cf6e7de18a3b411 100755 (executable)
--- 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"