From dfd000c7611b88416a0dae0542f6181e21aea67e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 18 Jan 2009 16:54:41 +0100 Subject: Remove extra comment --- tools/l2ping.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/l2ping.c b/tools/l2ping.c index 285dcefa..55597cc6 100644 --- a/tools/l2ping.c +++ b/tools/l2ping.c @@ -256,9 +256,7 @@ static void usage(void) printf("\tl2ping [-i device] [-s size] [-c count] [-t timeout] [-d delay] [-f] [-r] [-v] \n"); printf("\t-f Flood ping (delay = 0)\n"); printf("\t-r Reverse ping\n"); - printf("\t-v Verify the request and response payload are identical.\n"); - printf("\t This is not required by the Bluetooth spec, but will work\n"); - printf("\t with most remote stacks, including bluez.\n"); + printf("\t-v Verify request and response payload\n"); } int main(int argc, char *argv[]) -- cgit