1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Sync usage() with manpage's SYNOPSIS.

This commit is contained in:
Ruslan Ermilov 2006-09-29 17:17:53 +00:00
parent 36610ce416
commit 37085ccacf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162802

View File

@ -329,7 +329,7 @@ static void
usage()
{
fprintf(stderr, "%s\n%s\n",
"usage: pkg_add [-vInrfRMSK] [-t template] [-p prefix] [-P prefix] [-C chrootdir]",
"usage: pkg_add [-vInfFrRMSK] [-t template] [-p prefix] [-P prefix] [-C chrootdir]",
" pkg-name [pkg-name ...]");
exit(1);
}