Diff between 2d8aa0dd00646c084378b1d93b3a00fb33a01bdc and 3ff0c36a8a0024ef4f8829a055b3a80bad097330

Changed Files

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

Full Patch

diff --git a/tools/hcidump.1 b/tools/hcidump.1
index d88402f..d241b43 100644
--- a/tools/hcidump.1
+++ b/tools/hcidump.1
@@ -38,6 +38,10 @@ Sets max length of processed packets to
 Sets default Protocol Service Multiplexer to
 .IR psm .
 .TP
+.BI -m " <compid>" "\fR,\fP \-\^\-manufacturer=" "<compid>"
+Sets default company id for manufacturer to
+.IR compid .
+.TP
 .BI -w " <file>" "\fR,\fP \-\^\-save-dump=" "<file>"
 Parse output is not printed to screen, instead data read from device is saved in file
 .IR file .
@@ -55,11 +59,14 @@ is crated with option
 .BR -t ", " "\-\^\-ts"
 Prepend a time stamp to every packet.
 .TP
+.BR -a ", " "\-\^\-ascii"
+For every packet, not only is the packet type displayed, but also all data in ASCII.
+.TP
 .BR -x ", " "\-\^\-hex"
 For every packet, not only is the packet type displayed, but also all data in hex.
 .TP
-.BR -a ", " "\-\^\-ascii"
-For every packet, not only is the packet type displayed, but also all data in ASCII.
+.BR -X ", " "\-\^\-ext"
+For every packet, not only is the packet type displayed, but also all data in hex and ASCII.
 .TP
 .BR -R ", " "\-\^\-raw"
 Raw mode: do not display packet type, only data.