summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/l2ping
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2005-09-01 22:45:25 +0000
committeremax <emax@FreeBSD.org>2005-09-01 22:45:25 +0000
commit7154605d69d74a6717299faac71117465a5e0081 (patch)
treef56ba00e2831cfd583c6850725a1ec7c1c708735 /usr.sbin/bluetooth/l2ping
parent226a90d03ebae8331576e4365e785261bbe428f1 (diff)
downloadFreeBSD-src-7154605d69d74a6717299faac71117465a5e0081.zip
FreeBSD-src-7154605d69d74a6717299faac71117465a5e0081.tar.gz
Fix typo in usage.
Submitted by: Jonatan B < onatan at gmail dot com > MFC after: 3 days
Diffstat (limited to 'usr.sbin/bluetooth/l2ping')
-rw-r--r--usr.sbin/bluetooth/l2ping/l2ping.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/l2ping/l2ping.c b/usr.sbin/bluetooth/l2ping/l2ping.c
index 242f86a..d7e1b1e 100644
--- a/usr.sbin/bluetooth/l2ping/l2ping.c
+++ b/usr.sbin/bluetooth/l2ping/l2ping.c
@@ -277,7 +277,7 @@ usage(void)
fprintf(stderr, "Where:\n");
fprintf(stderr, " -a remote Specify remote device to ping\n");
fprintf(stderr, " -c count Number of packets to send\n");
- fprintf(stderr, " -f No delay (soft of flood)\n");
+ fprintf(stderr, " -f No delay (sort of flood)\n");
fprintf(stderr, " -h Display this message\n");
fprintf(stderr, " -i wait Delay between packets (sec)\n");
fprintf(stderr, " -n Numeric output only\n");
OpenPOWER on IntegriCloud