diff options
author | maxim <maxim@FreeBSD.org> | 2016-03-18 15:07:43 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2016-03-18 15:07:43 +0000 |
commit | 96ffb8bbbe3eaae3109af9d656128a4a6b1abd0d (patch) | |
tree | 403645f982b95d12b97927d9531f6740d46ab2a3 /sbin/ping | |
parent | 2384b1d7357ce4e234dd75b17c1052779b4eae86 (diff) | |
download | FreeBSD-src-96ffb8bbbe3eaae3109af9d656128a4a6b1abd0d.zip FreeBSD-src-96ffb8bbbe3eaae3109af9d656128a4a6b1abd0d.tar.gz |
o Kill EoL whitespaces.
Diffstat (limited to 'sbin/ping')
-rw-r--r-- | sbin/ping/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ping/ping.c b/sbin/ping/ping.c index 5b276fc..0425df3 100644 --- a/sbin/ping/ping.c +++ b/sbin/ping/ping.c @@ -794,7 +794,7 @@ main(int argc, char *const *argv) #endif if (sweepmax) { if (sweepmin > sweepmax) - errx(EX_USAGE, "Maximum packet size must be no less than the minimum packet size"); + errx(EX_USAGE,"Maximum packet size must be no less than the minimum packet size"); if (datalen != DEFDATALEN) errx(EX_USAGE, "Packet size and ping sweep are mutually exclusive"); |