mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
configure: typo fix
Fix typo in configure script ChangeLog-None
This commit is contained in:
parent
cda06db367
commit
2a870eb5fa
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue