diff options
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index 80226c3d6..be9c3ccca 100644 --- a/coreutils/who.c +++ b/coreutils/who.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 15 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
16 | */ | 16 | */ |
17 | //config:config WHO | 17 | //config:config WHO |
18 | //config: bool "who (3.7 kb)" | 18 | //config: bool "who (3.9 kb)" |
19 | //config: default y | 19 | //config: default y |
20 | //config: depends on FEATURE_UTMP | 20 | //config: depends on FEATURE_UTMP |
21 | //config: help | 21 | //config: help |
@@ -23,14 +23,14 @@ | |||
23 | //config: | 23 | //config: |
24 | // procps-ng has this variation of "who": | 24 | // procps-ng has this variation of "who": |
25 | //config:config W | 25 | //config:config W |
26 | //config: bool "w (3.7 kb)" | 26 | //config: bool "w (3.8 kb)" |
27 | //config: default y | 27 | //config: default y |
28 | //config: depends on FEATURE_UTMP | 28 | //config: depends on FEATURE_UTMP |
29 | //config: help | 29 | //config: help |
30 | //config: Print users currently logged on. | 30 | //config: Print users currently logged on. |
31 | //config: | 31 | //config: |
32 | //config:config USERS | 32 | //config:config USERS |
33 | //config: bool "users (3.2 kb)" | 33 | //config: bool "users (3.4 kb)" |
34 | //config: default y | 34 | //config: default y |
35 | //config: depends on FEATURE_UTMP | 35 | //config: depends on FEATURE_UTMP |
36 | //config: help | 36 | //config: help |