summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure
index d905b50..4449d4f 100755
--- a/tools/configure
+++ b/tools/configure
@@ -367,7 +367,7 @@ whichadvanced () {
interact=1
echo ""
echo "Enter your developer options (press enter when done)"
- printf "(D)EBUG, (L)ogf, (B)ootchart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile"
+ printf "(D)EBUG, (L)ogf, Boot(c)hart, (S)imulator, (P)rofiling, (V)oice, (W)in32 crosscompile"
if [ "$memory" = "2" ]; then
printf ", (8)MB MOD"
fi
@@ -408,7 +408,7 @@ whichadvanced () {
echo "logf() support enabled"
logf="yes"
;;
- [Bb])
+ [Cc])
echo "bootchart enabled (logf also enabled)"
bootchart="yes"
logf="yes"