]> sigrok.org Git - sigrok-cli.git/commitdiff
man: Update uart decode example syntax
authorKarl Palsson <redacted>
Fri, 31 Jan 2014 11:13:52 +0000 (11:13 +0000)
committerUwe Hermann <redacted>
Fri, 31 Jan 2014 13:39:15 +0000 (14:39 +0100)
"parity" is no longer a valid option, it's parity_type

doc/sigrok-cli.1

index fcb6ee22986d4bc405df50e3e250a71459b6eb08..ffbe06504b9374d4cfa50f8042e7a5aaa480f9e1 100644 (file)
@@ -223,7 +223,7 @@ of options, where each option takes the form
 Example:
 .sp
  $
-.B "sigrok\-cli \-i <file.sr> \-P uart:baudrate=115200:parity=odd"
+.B "sigrok\-cli \-i <file.sr> \-P uart:baudrate=115200:parity_type=odd"
 .sp
 The list of supported options depends entirely on the protocol decoder. Every
 protocol decoder has different options it supports.