Diff between cd1db4e66142660292c8062962f321736eefaf74 and 9fce62a8ef055fb051c6f2d56e45f1445d5b0bb4

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 d7b011e..abe03fc 100644
--- a/tools/hcidump.c
+++ b/tools/hcidump.c
@@ -297,7 +297,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:r:w:xath", main_options, NULL)) != -1) {
+        while ((opt=getopt_long(argc, argv, "i:s:p:r:w:xathR", main_options, NULL)) != -1) {
                 switch(opt) {
 		case 'i':
 			device = atoi(optarg+3);