Return a return code scripts might expect. I missed this while

reviewing and rewriting a patch in PR/238816.

PR:		238816
Reported by:	rgrimes@
Pointy hat to:	cy@
MFC after:	1 week
X-MFC with:	r349450
This commit is contained in:
Cy Schubert 2019-06-27 03:50:13 +00:00
parent accc4633db
commit 358e680a67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=349451

View file

@ -1442,7 +1442,7 @@ static void usage(prog)
"\t[ -f <device> ] [ -L <facility> ] [ -N <device> ]\n"
"\t[ -o [NSI] ] [ -O [NSI] ] [ -P <pidfile> ] [ -S <device> ]\n"
"\t[ <filename> ]\n", prog);
exit(-1);
exit(1);
}