Package: unicode
Version: 2.4
Severity: minor

Please make this change:

-Too many characters to display, more than 10, use --max option to change it
+Too many characters to display, more than 10, use --max MAXCOUNT to change it

Otherwise the user will certainly do
$ unicode bla
$ unicode --max bla
$ man unicode
$ unicode --max 55 bla

When he could just have done
$ unicode bla
$ unicode --max 55 bla

Reply via email to