1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix alignment whitespace in usage.

This commit is contained in:
Glenn Morris 2008-01-16 05:11:33 +00:00
parent ed39805586
commit 8772b5a856

View File

@ -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"