]> sigrok.org Git - sigrok-cli.git/blobdiff - doc/sigrok-cli.1
sigrok-cli_cross.nsi.in: Bump Python version to 3.6.
[sigrok-cli.git] / doc / sigrok-cli.1
index b1592bd6ba8b36c855c18fe8ceba6444a94d7842..5e5df36877cc6cd5671a20da170be30e99101336 100644 (file)
@@ -181,7 +181,7 @@ A rising or falling value on the pin. An
 effectively corresponds to
 .BR 01 .
 .br
-.BR "c" :
+.BR "e" :
 Any kind of change on a pin (either a rising or a falling edge).
 .sp
 Not every device supports all of these trigger types. Use the \fB\-\-show\fP
@@ -379,11 +379,13 @@ need a serial port specified:
  $
 .B "sigrok\-cli \-\-driver ols:conn=/dev/ttyACM0 \-\-show
 .sp
-This also works for protocol decoders and output modules:
+This also works for protocol decoders, input modules and output modules:
 .sp
  $
 .B "sigrok\-cli \-\-protocol\-decoders i2c \-\-show
  $
+.B "sigrok\-cli \-\-input\-format csv \-\-show
+ $
 .B "sigrok\-cli \-\-output\-format bits \-\-show
 .TP
 .B "\-\-scan"
@@ -443,6 +445,11 @@ frames, then quit.
 .BR "\-\-continuous"
 Sample continuously until stopped. Not all devices support this.
 .TP
+.BR "\-\-get " <variable>
+Get the value of
+.B <variable>
+from the specified device and print it.
+.TP
 .BR "\-\-set"
 Set one or more variables specified with the \fB\-\-config\fP option, without
 doing any acquisition.