Skip to content

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

@pcrama

Description

@pcrama

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions