Sync usage line to man page, per style(9).

Pointed out by: Bruce Evans <bde@zeta.org.au>
This commit is contained in:
Warner Losh 1996-10-01 03:59:57 +00:00
parent bcb3240507
commit a3e5ddb707
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18611

View File

@ -40,7 +40,7 @@ static const char copyright[] =
#ifndef lint
/*static char sccsid[] = "From: @(#)xinstall.c 8.1 (Berkeley) 7/21/93";*/
static const char rcsid[] =
"$Id: xinstall.c,v 1.16 1996/09/29 06:29:54 imp Exp $";
"$Id: xinstall.c,v 1.17 1996/09/29 23:09:51 imp Exp $";
#endif /* not lint */
/*-
@ -678,8 +678,9 @@ usage()
{
(void)fprintf(stderr,"\
usage: install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 file2\n\
install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] f1 ... fN dir\n\
install -d [-g group] [-m mode] [-o owner] directory ...\n");
install [-CcDps] [-f flags] [-g group] [-m mode] [-o owner] file1 ...\n\
fileN directory\n\
install -d [-g group] [-m mode] [-o owner] directory ...\n");
exit(EX_USAGE);
/* NOTREACHED */
}