From: Leonid Evdokimov Date: Sat, 21 Mar 2026 11:29:06 +0000 (+0300) Subject: doc: fix --enable-single-binary configure help X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fa889fdb607d1b26cfdfacb6c9ef51bf0d2608ee;p=thirdparty%2Fcoreutils.git doc: fix --enable-single-binary configure help * configure.ac: Fix optional indication with square brackets. --- diff --git a/configure.ac b/configure.ac index bbe0c007d1..25fabe49d6 100644 --- a/configure.ac +++ b/configure.ac @@ -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])],