From: Gerhard Sittig Date: Thu, 18 Mar 2021 19:05:02 +0000 (+0100) Subject: ieee488: shorten an option description for consistency across dialogs X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=bcb8698eb151b51c17f9205e8752c3ee1413535a ieee488: shorten an option description for consistency across dialogs The description text of the Commodore peripherals option spanned a rather wide space. Trim the text for consistency with other options. --- diff --git a/decoders/ieee488/pd.py b/decoders/ieee488/pd.py index 0451c14..7d91a07 100644 --- a/decoders/ieee488/pd.py +++ b/decoders/ieee488/pd.py @@ -284,7 +284,7 @@ class Decoder(srd.Decoder): {'id': 'clk', 'name': 'CLK', 'desc': 'Serial clock'}, ) options = ( - {'id': 'iec_periph', 'desc': 'Decode Commodore IEC bus peripherals details', + {'id': 'iec_periph', 'desc': 'Decode Commodore IEC peripherals', 'default': 'no', 'values': ('no', 'yes')}, {'id': 'delim', 'desc': 'Payload data delimiter', 'default': 'eol', 'values': ('none', 'eol')},