diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-06-27 03:50:13 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-06-27 03:50:13 +0000 |
| commit | 358e680a6751e34206821ef37abe1930b7699c95 (patch) | |
| tree | 02d04ce6f48be51108342d971dbe1a8cb6c4e758 /contrib/ipfilter | |
| parent | accc4633dbb13a0200a0cb11e8a6368c0ed4f166 (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter')
| -rw-r--r-- | contrib/ipfilter/tools/ipmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ipfilter/tools/ipmon.c b/contrib/ipfilter/tools/ipmon.c index d08895a85c344..d7ad1a2283789 100644 --- a/contrib/ipfilter/tools/ipmon.c +++ b/contrib/ipfilter/tools/ipmon.c @@ -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); } |
