]> sigrok.org Git - libsigrokdecode.git/commitdiff
i2cfilter: Improve description of the "address" option.
authorUwe Hermann <redacted>
Mon, 9 Dec 2019 20:22:07 +0000 (21:22 +0100)
committerUwe Hermann <redacted>
Tue, 10 Dec 2019 20:41:36 +0000 (21:41 +0100)
decoders/i2cfilter/pd.py

index 7798e17ade222826a7c52e5e1fc63e26ecb907f5..a54baab247b88a474db2c08a3649d097ba2c5e52 100644 (file)
@@ -33,7 +33,7 @@ class Decoder(srd.Decoder):
     outputs = ['i2c']
     tags = ['Util']
     options = (
-        {'id': 'address', 'desc': 'Address to filter out of the I²C stream',
+        {'id': 'address', 'desc': 'Slave address to filter (decimal)',
             'default': 0},
         {'id': 'direction', 'desc': 'Direction to filter', 'default': 'both',
             'values': ('read', 'write', 'both')}