summaryrefslogtreecommitdiffstats
path: root/usr.bin/who/who.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2002-12-21 00:38:14 +0000
committertjr <tjr@FreeBSD.org>2002-12-21 00:38:14 +0000
commitdb60a5d963c18982dd9b066b7fce9f108338210b (patch)
tree9b056e04b23bc6a3797fe598596431dec11a92b3 /usr.bin/who/who.c
parent093dfa7f7d074e6f8b3c69f986c98e350260758d (diff)
downloadFreeBSD-src-db60a5d963c18982dd9b066b7fce9f108338210b.zip
FreeBSD-src-db60a5d963c18982dd9b066b7fce9f108338210b.tar.gz
Remove unimplemented System V options from the getopt() option string.
Diffstat (limited to 'usr.bin/who/who.c')
-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