Fix format string.

This commit is contained in:
Juli Mallett 2003-06-08 08:33:48 +00:00
parent 8027fe397a
commit 28d8e02b2e

View File

@ -99,7 +99,7 @@ usage(char *myname)
"Usage:\n"
"%s [-a] [-k] [-t] [modules-path [outfile]]\n\n"
"\t-a\tappend to outfile)\n"
"\t-k\ttake input from kldstat(8)\n",
"\t-k\ttake input from kldstat(8)\n"
"\t-x\tdon't append \".debug\" to module name\n",
myname);
}