Correct usage message.

Submitted by:	 Faried Nawaz <fn@pain.csrv.uidaho.edu>
This commit is contained in:
Garrett Wollman 1996-05-20 15:54:10 +00:00
parent 8f4196ac5e
commit 70967c1c28

View File

@ -37,7 +37,7 @@ main(argc, argv)
if (argc != 2) {
fputs("Usage: ", stderr);
fputs(argv[0], stderr);
fputs("cmdtbl.ct\n", stderr);
fputs(" cmdtbl.ct\n", stderr);
exit(1);
}