]> granicus.if.org Git - file/commitdiff
Clarify usage message (tnx John Gilmore).
authorIan Darwin <ian@darwinsys.com>
Mon, 5 Oct 1987 21:47:05 +0000 (21:47 +0000)
committerIan Darwin <ian@darwinsys.com>
Mon, 5 Oct 1987 21:47:05 +0000 (21:47 +0000)
src/file.c

index 286ec078175c63e2dea39adac35c702fdaecfc40..8724f902589d9a87f5a461cb99bf02ed34939bd8 100644 (file)
 #include <sys/stat.h>
 #include "file.h"
 
-#define USAGE          "usage: %s [-f file] [-m magicfile] file...\n"
+#define USAGE          "usage: %s [-f namefile] [-m magicfile] file...\n"
 
 #ifndef        lint
 static char *moduleid = 
-       "@(#)$Header: /home/glen/git/file/cvs/file/src/file.c,v 1.9 1987/09/16 14:44:56 ian Exp $";
+       "@(#)$Header: /home/glen/git/file/cvs/file/src/file.c,v 1.10 1987/10/05 21:47:05 ian Exp $";
 #endif /* lint */
 extern char *ckfmsg;
 int    debug = 0,      /* huh? */