Skip to content

Commit

Permalink
configure: typo fix
Browse files Browse the repository at this point in the history
Fix typo in configure script

ChangeLog-None
  • Loading branch information
ddustin authored and rustyrussell committed Sep 14, 2023
1 parent cda06db commit 2a870eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ usage()
echo " Prefix for make install"
usage_with_default "--enable/disable-developer" "$DEVELOPER" "enable" "disable"
echo " Developer mode, good for testing"
usage_with_default "--enable/disable-debug" "$DEBUGBUILD" "enable" "disable"
usage_with_default "--enable/disable-debugbuild" "$DEBUGBUILD" "enable" "disable"
echo " Extra debug checks in the build, good for testing"
usage_with_default "--enable/disable-compat" "$COMPAT" "enable" "disable"
echo " Compatibility mode, good to disable to see if your software breaks"
Expand Down

0 comments on commit 2a870eb

Please sign in to comment.