mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-08 05:25:12 +00:00
Remove unimplemented System V options from the getopt() option string.
This commit is contained in:
parent
10e6b321d0
commit
aed62c0980
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108146
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user