From: Glenn Morris Date: Sun, 9 Jun 2019 22:55:24 +0000 (-0700) Subject: * make-dist: Doc fix for --help re --snapshot (since 201612 change). X-Git-Tag: emacs-27.0.90~2640 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a29764d916905ed8c165e63bc0d581d5f056e63;p=emacs.git * make-dist: Doc fix for --help re --snapshot (since 201612 change). --- diff --git a/make-dist b/make-dist index 228ab75a775..d6edb1fefdc 100755 --- a/make-dist +++ b/make-dist @@ -137,7 +137,7 @@ while [ $# -gt 0 ]; do echo " --no-changelog don't generate the top-level ChangeLog" echo " --no-info don't include info files" echo " --no-tests don't include the test/ directory" - echo " --snapshot same as --clean-up --no-update --tar --no-check" + echo " --snapshot same as --clean-up --no-update --tar" echo " --tar make a tar file" echo " --verbose noisier output" echo ""