Mercurial > emacs
comparison make-dist @ 87784:01f002639254
Fix alignment whitespace in usage.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 16 Jan 2008 05:11:33 +0000 |
parents | 4bd338a986f8 |
children | fa454b3c5b7b c70e45a7acfd |
comparison
equal
deleted
inserted
replaced
87783:98770e92b2d6 | 87784:01f002639254 |
---|---|
98 ;; | 98 ;; |
99 | 99 |
100 "--help") | 100 "--help") |
101 echo "Usage: ${progname} [options]" | 101 echo "Usage: ${progname} [options]" |
102 echo "" | 102 echo "" |
103 echo " --bzip2 use bzip2 instead of gzip" | 103 echo " --bzip2 use bzip2 instead of gzip" |
104 echo " --clean-up delete staging directories when done" | 104 echo " --clean-up delete staging directories when done" |
105 echo " --compress use compress instead of gzip" | 105 echo " --compress use compress instead of gzip" |
106 echo " --lzma use lzma instead of gzip" | 106 echo " --lzma use lzma instead of gzip" |
107 echo " --newer=TIME don't include files older than TIME" | 107 echo " --newer=TIME don't include files older than TIME" |
108 echo " --no-check don't check for bad file names etc." | 108 echo " --no-check don't check for bad file names etc." |
109 echo " --no-update don't recompile or do analogous things" | 109 echo " --no-update don't recompile or do analogous things" |
110 echo " --snapshot same as --clean-up --no-update --tar --no-check" | 110 echo " --snapshot same as --clean-up --no-update --tar --no-check" |
111 echo " --tar make a tar file" | 111 echo " --tar make a tar file" |