diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-31 16:03:56 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-03-31 16:03:56 +0200 |
commit | 345e093c2910e9e837de5b7cc5fb46752351f84d (patch) | |
tree | 5255940f183d46b637105364e2ada980ae810504 /util-linux | |
parent | c897dfe011fb9006268b4f42aba8cd94ce545e7b (diff) | |
download | busybox-w32-345e093c2910e9e837de5b7cc5fb46752351f84d.tar.gz busybox-w32-345e093c2910e9e837de5b7cc5fb46752351f84d.tar.bz2 busybox-w32-345e093c2910e9e837de5b7cc5fb46752351f84d.zip |
fix Config.in tab usage
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux')
-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 6999b2851..acd74a2c6 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -789,9 +789,9 @@ config RDATE | |||
789 | systems. | 789 | systems. |
790 | 790 | ||
791 | config RDEV | 791 | config RDEV |
792 | bool "rdev" | 792 | bool "rdev" |
793 | default n | 793 | default n |
794 | help | 794 | help |
795 | Print the device node associated with the filesystem mounted at '/'. | 795 | Print the device node associated with the filesystem mounted at '/'. |
796 | 796 | ||
797 | config READPROFILE | 797 | config READPROFILE |