From 3d3da57d7e7a7414e012e86dde32530e01b4dc45 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 14 Jan 2012 21:41:41 +0100 Subject: Improve 'longname' PD strings, use in 'sigrok-cli -V'. --- decoders/nunchuk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/nunchuk.py') diff --git a/decoders/nunchuk.py b/decoders/nunchuk.py index 4a5b7a0..5856e4e 100644 --- a/decoders/nunchuk.py +++ b/decoders/nunchuk.py @@ -42,7 +42,7 @@ INITIALIZED = 4 class Decoder(srd.Decoder): id = 'nunchuk' name = 'Nunchuk' - longname = 'Nintendo Wii Nunchuk decoder' + longname = 'Nintendo Wii Nunchuk' desc = 'Decodes the Nintendo Wii Nunchuk I2C-based protocol.' longdesc = '...' author = 'Uwe Hermann' -- cgit v1.2.3-70-g09d2