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:
parent
a61d951f95
commit
83060b2a43
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user