From: Gerhard Sittig Date: Tue, 22 Feb 2022 22:06:36 +0000 (+0100) Subject: doc: update uart decoder options example in sigrok-cli(1) manpage X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=commitdiff_plain;h=525f48143fc004d104b2e3fb91c6e5bb2a1064df doc: update uart decoder options example in sigrok-cli(1) manpage Catch up with renamed UART decoder options. Reported-By: via IRC --- diff --git a/doc/sigrok-cli.1 b/doc/sigrok-cli.1 index 4258009..b333bee 100644 --- a/doc/sigrok-cli.1 +++ b/doc/sigrok-cli.1 @@ -292,7 +292,7 @@ Example: $ .B "sigrok\-cli \-i " .br -.B " \-P uart:baudrate=115200:parity_type=odd" +.B " \-P uart:baudrate=115200:parity=odd" .sp The list of supported options depends entirely on the protocol decoder. Every protocol decoder has different options it supports.