summaryrefslogtreecommitdiffstats
path: root/usr.bin/who
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/who')
-rw-r--r--usr.bin/who/who.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c
index 23c7608..d31ee47 100644
--- a/usr.bin/who/who.c
+++ b/usr.bin/who/who.c
@@ -70,7 +70,7 @@ main(int argc, char *argv[])
setlocale(LC_TIME, "");
- while ((ch = getopt(argc, argv, "HTabdlmpqrstu")) != -1) {
+ while ((ch = getopt(argc, argv, "HTmqsu")) != -1) {
switch (ch) {
case 'H': /* Write column headings */
Hflag = 1;
OpenPOWER on IntegriCloud