diff options
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in index 297f4655d..ead632a31 100644 --- a/coreutils/Config.in +++ b/coreutils/Config.in | |||
@@ -825,7 +825,7 @@ config FEATURE_WC_LARGE | |||
825 | config WHO | 825 | config WHO |
826 | bool "who" | 826 | bool "who" |
827 | default n | 827 | default n |
828 | select FEATURE_UTMP | 828 | depends on FEATURE_UTMP |
829 | help | 829 | help |
830 | who is used to show who is logged on. | 830 | who is used to show who is logged on. |
831 | 831 | ||