Fixed the usage() string.

This also reverts change in rev. 1.36 to the documented
style of writing usage().

PR:		bin/29730
Submitted by:	Joseph Mallett <jmallett@xMach.org>
This commit is contained in:
Ruslan Ermilov 2001-08-15 15:11:52 +00:00
parent ccb8bea4f0
commit d143364652
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81702

View File

@ -441,7 +441,9 @@ ok_to_export(const char *s)
static void
usage(void)
{
errx(1, "usage: su [%s] [login [args]]", ARGSTR);
(void)fprintf(stderr, "usage: su [-] [-flm] [-c class] [login [args]]");
exit(1);
}
static int