aboutsummaryrefslogtreecommitdiff
path: root/debianutils
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
committerRob Landley <rob@landley.net>2006-04-13 23:22:16 +0000
commit2ec922eed5093084837be628efc07c635ad30357 (patch)
tree191d18163e85eb614e33a38bd93da35b7c3f3366 /debianutils
parent6b4377f3337d7d3e21e63aa1341d33fd51c2f97c (diff)
downloadbusybox-2ec922eed5093084837be628efc07c635ad30357.tar.gz
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
to do it in Config.in.
Diffstat (limited to 'debianutils')
-rw-r--r--debianutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index f13d56ec7..146a24e61 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -25,7 +25,7 @@ config CONFIG_READLINK
of the file it points to
config CONFIG_FEATURE_READLINK_FOLLOW
- bool " Enable canonicalization by following all symlinks (-f)"
+ bool "Enable canonicalization by following all symlinks (-f)"
default n
depends on CONFIG_READLINK
help