1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Synchronize program's usage() with manpage's SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2005-05-21 07:08:32 +00:00
parent ffa4a5867a
commit 9b3eb50354
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146465

View File

@ -76,7 +76,8 @@ static void printfile(int fileid, int verbose)
static void
usage(void)
{
fprintf(stderr, "usage: kldstat [-v] [-i id] [-n name] [-m name]\n");
fprintf(stderr, "usage: kldstat [-v] [-i id] [-n filename]\n");
fprintf(stderr, " kldstat [-m modname]\n");
exit(1);
}