mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix format string.
This commit is contained in:
parent
8027fe397a
commit
28d8e02b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue