On Sat, 2016-07-02 at 19:03 +0000, Debian Bug Tracking System wrote:

> #829209: cypher-lint: colourise improvements
> 
> It has been closed by Chris Leishman <ch...@leishman.org>.

BTW, the variants that have been added are missing the 'u' character:

      { "colorize", no_argument, NULL, COLORIZE_OPT },
      { "colorise", no_argument, NULL, COLORIZE_OPT },
      { "no-colorize", no_argument, NULL, NO_COLORIZE_OPT },
      { "no-colorise", no_argument, NULL, NO_COLORIZE_OPT },

I would suggest this instead:

      { "colorize", no_argument, NULL, COLORIZE_OPT },
      {
"colourise", no_argument, NULL, COLORIZE_OPT },
      { "no-colorize",
no_argument, NULL, NO_COLORIZE_OPT },
      { "no-colourise",
no_argument, NULL, NO_COLORIZE_OPT },

-- 

bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to