View | Details | Raw Unified | Return to bug 15456
Collapse All | Expand All

(-)src/usr.bin/ktrace/ktrace.c (-2 / +2 lines)
Lines 188-195 Link Here
188
usage()
188
usage()
189
{
189
{
190
	(void)fprintf(stderr, "%s\n%s\n",
190
	(void)fprintf(stderr, "%s\n%s\n",
191
"usage: ktrace [-aCcid] [-f trfile] [-g pgid] [-p pid] [-t [cnisuv]",
191
"usage: ktrace [-aCcid] [-f trfile] [-g pgid] [-p pid] [-t trstr]",
192
"       ktrace [-aCcid] [-f trfile] [-t [cnisuw] command");
192
"       ktrace [-adi] [-f trfile] [-t trstr] command");
193
	exit(1);
193
	exit(1);
194
}
194
}

Return to bug 15456