diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2009-01-18 16:54:41 +0100 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2009-01-18 16:54:41 +0100 | 
| commit | dfd000c7611b88416a0dae0542f6181e21aea67e (patch) | |
| tree | 9a6702a198c6b8938adfb6bf8a37c41d0658b617 | |
| parent | 5276b6674ffacb98bed36ddf073a971d8f3c420d (diff) | |
Remove extra comment
| -rw-r--r-- | tools/l2ping.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| 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] <bdaddr>\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[]) | 
