diff --git a/README.md b/README.md index bdaf110e..a76252e8 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ To be able to debug you'll need to have `gdb` and `node` compiled for debugging $ gdb --args node_g path/to/example.js ``` -To run mocha from within gdb (notice _mocha and not mocha so that the tests run in the same process): +To run mocha from within gdb (notice `_mocha` and not `mocha` so that the tests run in the same process): ```bash $ gdb --args node /path/to/_mocha -R spec integration/index.js ``` diff --git a/bin/config_options_debug.sh b/bin/config_options_debug.sh index b8f11c73..afacbc9f 100644 --- a/bin/config_options_debug.sh +++ b/bin/config_options_debug.sh @@ -1,2 +1,2 @@ -./configure --enable_debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --without-bdb --disable-wallet --without-utils --prefix= +./configure --enable-debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --without-bdb --disable-wallet --without-utils --prefix= diff --git a/bin/config_options_test.sh b/bin/config_options_test.sh index 2653ee1e..225f7aa0 100644 --- a/bin/config_options_test.sh +++ b/bin/config_options_test.sh @@ -1,2 +1,2 @@ -./configure --enable_debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --prefix= +./configure --enable-debug --enable-tests=no --enable-daemonlib --with-gui=no --without-qt --without-miniupnpc --prefix=