Stating not implemented options

This commit is contained in:
Pierre Pronchery 2004-09-17 14:15:39 +00:00
parent bea30ae5a9
commit 7d05bb4402

View File

@ -151,6 +151,11 @@ int main(int argc, char * argv[])
case 'u':
opts |= OPTS_u;
break;
case 'f':
case 's':
fprintf(stderr, "%s%c%s", "uniq: -", o,
": Not implemented yet\n");
return _usage();
default:
return _usage();
}