File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,14 +130,14 @@ struct Args {
130
130
/// hex (0x) and bin (0b) notations are supported.
131
131
/// matching chars/bytes are NOT removed
132
132
/// to add newlines after \n (in non-ascii mode), use \n, 0x0a or 0b00001010
133
- #[ structopt( long = "newline-on" , parse( try_from_str = parse_newline_on) ) ]
133
+ #[ structopt( long = "newline-on" , parse( try_from_str = parse_newline_on) , verbatim_doc_comment ) ]
134
134
newline_on : Option < char > ,
135
135
136
136
/// Print a newline after n bytes
137
137
/// not used with output_mode ascii
138
138
/// defaults to 16 for hex and dec and 8 for bin
139
139
/// if dividable by 4, bytes will be grouped to 4
140
- #[ structopt( long = "newline-after" ) ]
140
+ #[ structopt( long = "newline-after" , verbatim_doc_comment ) ]
141
141
newline_after : Option < u8 > ,
142
142
143
143
/// Which board to interact with.
You can’t perform that action at this time.
0 commit comments