From fa889fdb607d1b26cfdfacb6c9ef51bf0d2608ee Mon Sep 17 00:00:00 2001 From: Leonid Evdokimov Date: Sat, 21 Mar 2026 14:29:06 +0300 Subject: [PATCH] doc: fix --enable-single-binary configure help * configure.ac: Fix optional indication with square brackets. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index bbe0c007d..25fabe49d 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])],