diff options
| author | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-06 03:38:28 +0000 |
|---|---|---|
| committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-05-06 03:38:28 +0000 |
| commit | b23de8a35253d927f47e1a31d6f883d2ee715311 (patch) | |
| tree | 24173f4cab99adeec6996480405dcf88c4db31ec | |
| parent | dcc5840ed5382110226951453e375625014ac595 (diff) | |
Notes
| -rw-r--r-- | usr.bin/xargs/xargs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c index 8c4d11a3caf3d..d13b23a24f9af 100644 --- a/usr.bin/xargs/xargs.c +++ b/usr.bin/xargs/xargs.c @@ -169,6 +169,8 @@ main(int argc, char **argv) argc -= optind; argv += optind; + if (Iflag && Jflag) + errx(1, "the -I and -J options may not be used together"); if (xflag && !nflag) usage(); if (Iflag || Lflag) |
