diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:30:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 03:30:30 +0000 |
commit | 402481c1a57fdfd137982aeb635fc812cde318f0 (patch) | |
tree | fbae54bd8f583d7e971a9921381d6fc3ffed35d9 /usr.bin/file/file.c | |
parent | c676a5d9145698a76a035ed3480786150513b6f2 (diff) |
update from netbsd
Diffstat (limited to 'usr.bin/file/file.c')
-rw-r--r-- | usr.bin/file/file.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file/file.c b/usr.bin/file/file.c index a17274318ff..ddf4bce9f02 100644 --- a/usr.bin/file/file.c +++ b/usr.bin/file/file.c @@ -26,7 +26,7 @@ */ #ifndef lint static char *moduleid = - "@(#)$Id: file.c,v 1.1 1995/10/18 08:45:09 deraadt Exp $"; + "@(#)$Id: file.c,v 1.2 1995/12/14 03:30:03 deraadt Exp $"; #endif /* lint */ #include <stdio.h> @@ -51,9 +51,9 @@ static char *moduleid = #include "file.h" #ifdef S_IFLNK -# define USAGE "Usage: %s [-vczL] [-f namefile] [-m magicfile] file...\n" +# define USAGE "Usage: %s [-vczL] [-f namefile] [-m magicfiles] file...\n" #else -# define USAGE "Usage: %s [-vcz] [-f namefile] [-m magicfile] file...\n" +# define USAGE "Usage: %s [-vcz] [-f namefile] [-m magicfiles] file...\n" #endif #ifndef MAGIC |