From 87d526cf9c6adad817fee8f6d28597222cac91e3 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 21 Nov 2018 22:32:15 +0100 Subject: [PATCH] manpage: Fix -A description wrt default annotations shown. --- doc/sigrok-cli.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sigrok-cli.1 b/doc/sigrok-cli.1 index c87d383..0990534 100644 --- a/doc/sigrok-cli.1 +++ b/doc/sigrok-cli.1 @@ -300,9 +300,9 @@ Example: .sp .TP .BR "\-A, \-\-protocol\-decoder\-annotations " -By default, only the stack's topmost protocol decoder's annotation output is -shown. With this option another decoder's annotation can be selected for -display, by specifying its ID: +By default, all annotation output of all protocol decoders is +shown. With this option a specific decoder's annotations can be selected for +display, by specifying the decoder ID: .sp $ .B "sigrok\-cli \-i \-P i2c,i2cfilter,edid \-A i2c" -- 2.11.4.GIT