Diff between bd08d166082b4e624770eb3b42fad3e736880e31 and f7f2120f0d5e66108873b496a42d7acd0209bc99

Changed Files

File Additions Deletions Status
tools/hcidump.c +1 -1 modified

Full Patch

diff --git a/tools/hcidump.c b/tools/hcidump.c
index 4f11efe..09b2d8d 100644
--- a/tools/hcidump.c
+++ b/tools/hcidump.c
@@ -375,7 +375,7 @@ int main(int argc, char *argv[])
 
 	printf("HCIDump - HCI packet analyzer ver %s\n", VERSION);
 
-	while ((opt=getopt_long(argc, argv, "i:s:p:m:w:r:taxXRC:H:h", main_options, NULL)) != -1) {
+	while ((opt=getopt_long(argc, argv, "i:s:p:m:w:r:taxXRC:H:O:h", main_options, NULL)) != -1) {
 		switch(opt) {
 		case 'i':
 			device = atoi(optarg + 3);