projects
/
sigrok-cli.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366237a
)
cli: Fix typo in protocol decoder stacking example
author
Lars-Peter Clausen
<lars@metafoo.de>
Sun, 24 Jun 2012 08:58:32 +0000
(10:58 +0200)
committer
Bert Vermeulen
<bert@biot.com>
Sun, 24 Jun 2012 12:50:47 +0000
(14:50 +0200)
Probe assignments are separated by colon and not by comma.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
doc/sigrok-cli.1
patch
|
blob
|
history
diff --git
a/doc/sigrok-cli.1
b/doc/sigrok-cli.1
index 48f02af5555347ee0ade372f476fcf8c0a97b27f..cc137221a9a213bc4cd3bacc3140f9aea50ec8fc 100644
(file)
--- a/
doc/sigrok-cli.1
+++ b/
doc/sigrok-cli.1
@@
-249,7
+249,7
@@
parameter.
Example:
.sp
$
-.B "sigrok\-cli \-i <file.sr> \-a i2c:sda=4
,
scl=7,rtc8564"
+.B "sigrok\-cli \-i <file.sr> \-a i2c:sda=4
:
scl=7,rtc8564"
.br
.B " \-s i2c,rtc8564"
.sp