commit: 25a57b128b2ae89f2e52d6ae283977e84591b1e9
parent: 50ff670c00be18abf1685216606dae847491ee44
author: Brian Callahan <bcallah@openbsd.org>
date: Fri, 16 Apr 2021 17:45:10 -0400
Make --no-strip help line under 80 characters
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
@@ -854,7 +854,7 @@ do
printf " --no-link "
echo "Compile only, do not link (requires --no-thanks)"
printf " --no-strip "
- echo "Do not strip the executables when installing [default=stripping]"
+ echo "Do not strip executables at install [default=strip]"
exit 1
;;
*)