Fix usage string.

This commit is contained in:
Dag-Erling Smørgrav 2008-03-20 09:53:45 +00:00
parent 8c38215f50
commit 6567d14f5e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=177446

View File

@ -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);
}