Stating not implemented options
This commit is contained in:
parent
bea30ae5a9
commit
7d05bb4402
|
@ -151,6 +151,11 @@ int main(int argc, char * argv[])
|
||||||
case 'u':
|
case 'u':
|
||||||
opts |= OPTS_u;
|
opts |= OPTS_u;
|
||||||
break;
|
break;
|
||||||
|
case 'f':
|
||||||
|
case 's':
|
||||||
|
fprintf(stderr, "%s%c%s", "uniq: -", o,
|
||||||
|
": Not implemented yet\n");
|
||||||
|
return _usage();
|
||||||
default:
|
default:
|
||||||
return _usage();
|
return _usage();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user