Diff between 14e915fafd63962d08d4b9177bd01d25820de621 and 5d365c05fd01efd194c0e1ac86f66549fd28449a

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 7d312c8..d232dec 100644
--- a/tools/hcidump.c
+++ b/tools/hcidump.c
@@ -918,7 +918,7 @@ int main(int argc, char *argv[])
 	int defcompid = DEFAULT_COMPID;
 	int opt, pppdump_fd = -1, audio_fd = -1;
 
-	while ((opt=getopt_long(argc, argv, "i:l:p:m:w:r:d:taxXRC:H:O:P:D:A:BVYZN46hv", main_options, NULL)) != -1) {
+	while ((opt=getopt_long(argc, argv, "i:l:p:m:w:r:d:taxXRC:H:O:P:D:A:YZ46hv", main_options, NULL)) != -1) {
 		switch(opt) {
 		case 'i':
 			if (strcasecmp(optarg, "none") && strcasecmp(optarg, "system"))