Remove newline option in hex mode

This commit is contained in:
Martin Lund 2022-06-06 19:38:31 +02:00
parent 0b55981e52
commit 6d007d39d7
6 changed files with 5 additions and 21 deletions

View file

@ -120,12 +120,7 @@ If defining more than one flag, the flags must be comma separated.
.TP
.BR \-x ", " \-\-hex
Start in hexadecimal mode.
.TP
.BR \-\-newline-in-hex
Interpret new line characters ('\\r', '\\n') in hexadecimal mode.
Enable hexadecimal mode.
.TP
.BR \-c ", " "\-\-color " \fI<code>
@ -194,8 +189,6 @@ Show version
.TP
In hexadecimal mode each incoming byte is printed out as a hexadecimal value.
.TP
By default there is \fBno new line\fR in this mode, but it can be turned on using the \fB--newline-in-hex\fR option.
.TP
Bytes can be sent in this mode by typing the \fBtwo-character hexadecimal\fR representation of the value, e.g.: to send \fI0xA\fR you must type \fI0a\fR or \fI0A\fR.
.SH "CONFIGURATION"