diff options
author | Denys Vlasenko | 2010-03-31 16:03:56 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-03-31 16:03:56 +0200 |
commit | 345e093c2910e9e837de5b7cc5fb46752351f84d (patch) | |
tree | 5255940f183d46b637105364e2ada980ae810504 /util-linux/Config.in | |
parent | c897dfe011fb9006268b4f42aba8cd94ce545e7b (diff) | |
download | busybox-345e093c2910e9e837de5b7cc5fb46752351f84d.zip busybox-345e093c2910e9e837de5b7cc5fb46752351f84d.tar.gz |
fix Config.in tab usage
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 6999b28..acd74a2 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -789,9 +789,9 @@ config RDATE systems. config RDEV - bool "rdev" - default n - help + bool "rdev" + default n + help Print the device node associated with the filesystem mounted at '/'. config READPROFILE |