Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dash to --without $feature for consistency in the help output #10

Open
pcrama opened this issue Apr 7, 2022 · 0 comments
Open

Add dash to --without $feature for consistency in the help output #10

pcrama opened this issue Apr 7, 2022 · 0 comments

Comments

@pcrama
Copy link

pcrama commented Apr 7, 2022

for f in $inactive; do echo " --without $f"; done

would be better written as

    for f in $inactive; do echo "  --without-$f"; done

Otherwise the emacs-build.sh --help output looks odd (notice the missing dash in the last line when comparing with the lines above):

Emacs-build tool version 0.4.1, (c) 2020 Juan Jose Garcia-Ripoll
Usage:
... 8< snip 8< snip 8< ...
  --with-gnutls
  --with-zlib
  --without native-compilation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant