Fix usage string.
This commit is contained in:
parent
8c38215f50
commit
6567d14f5e
@ -194,8 +194,8 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
(void)fprintf(stderr, "%s\n%s\n",
|
||||
"usage: ktrace [-aCcdi] [-f trfile] [-g pgrp | -p pid] [-t cnisuw]",
|
||||
" ktrace [-adi] [-f trfile] [-t cnisuw] command");
|
||||
"usage: ktrace [-aCcdi] [-f trfile] [-g pgrp | -p pid] [-t cnistuw]",
|
||||
" ktrace [-adi] [-f trfile] [-t cnistuw] command");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user