diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index 524a9ce..4e17f2a 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -226,7 +226,7 @@ main(int argc, char *argv[]) rw(*argv, &sb, fflag)) rval = 1; else - warn("%s", *argv); + warn("%s: u can't touch this", *argv); } exit(rval); }