diff options
Diffstat (limited to 'toys/posix/who.c')
-rw-r--r-- | toys/posix/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/who.c b/toys/posix/who.c index 876a562a..414cdfc0 100644 --- a/toys/posix/who.c +++ b/toys/posix/who.c @@ -9,7 +9,7 @@ * Posix says to support many options (-abdHlmpqrstTu) but this * isn't aimed at minicomputers with modem pools. -USE_WHO(NEWTOY(who, "a", TOYFLAG_BIN)) +USE_WHO(NEWTOY(who, "a", TOYFLAG_USR|TOYFLAG_BIN)) config WHO bool "who" |