On 2025-08-08 11:40:23 [+0100], Colin King (gmail) wrote:
> Hi,
Hi,

> Namely:
> 
> static void usage(char *prog)
> {
>         printf("Usage: %s\n", prog);
>         printf("  -c    Use color\n");
>         printf("  -g    Test global hash instead intead local immutable
> \n");
>         printf("  -h    Display this help message\n");
>         printf("  -v L  Verbosity level: %d=QUIET %d=CRITICAL %d=INFO\n",
>                VQUIET, VCRITICAL, VINFO);
> }
> 
> 
> there word "intead" for the -g option should be removed, but I'm also
> finding the resulting text hard to parse, perhaps it needs to be rephrased?

   Test global hash instead instead private hash

?

> Colin

Sebastian

Reply via email to