diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-25 07:47:09 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-25 07:47:09 +0000 |
commit | 91c829f79c137ad2f48a1fad3c3c93202765469e (patch) | |
tree | b4ba923cfdc9b3ea00369fe67bab5f50890dd957 /admin/make-emacs | |
parent | 5e4b2828d946ec379d9d04353c18507c802ef2b6 (diff) | |
download | emacs-91c829f79c137ad2f48a1fad3c3c93202765469e.tar.gz |
Fix usage typo.
Diffstat (limited to 'admin/make-emacs')
-rwxr-xr-x | admin/make-emacs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/make-emacs b/admin/make-emacs index 73077068316..9d0df0bba2d 100755 --- a/admin/make-emacs +++ b/admin/make-emacs @@ -65,7 +65,7 @@ Build Emacs. --help show this help --all make clean versionclean first - --boot make boostrap, log to boot.log + --boot make bootstrap, log to boot.log --enable-checking ENABLE_CHECKING=1 --no-warn disable warnings --check-marked GC_CHECK_MARKED_OBJECTS=1 |