1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-04 08:46:43 +02:00

doc: fix --enable-single-binary configure help

* configure.ac: Fix optional indication with square brackets.
This commit is contained in:
Leonid Evdokimov
2026-03-21 14:29:06 +03:00
committed by Pádraig Brady
parent 834ea48535
commit fa889fdb60
+1 -1
View File
@@ -105,7 +105,7 @@ AC_DEFUN([gl_GCC_VERSION_IFELSE],
)
AC_ARG_ENABLE([single-binary],
[AS_HELP_STRING([--enable-single-binary=[shebangs|symlinks|hardlinks]],
[AS_HELP_STRING([--enable-single-binary@<:@=shebangs|symlinks|hardlinks@:>@],
[Compile all the tools in a single binary, reducing the overall size.
When compiled this way, shebangs (default when enabled), symlinks, or
hardlinks are installed for each tool, which point to a single binary])],