From f7f2120f0d5e66108873b496a42d7acd0209bc99 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 18 Sep 2004 11:59:24 +0000 Subject: [PATCH] hcidump: Allow --obex and -O options --- tools/hcidump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/hcidump.c b/tools/hcidump.c index 4f11efed8..09b2d8d8a 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); -- 2.47.3