[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] datamash: fix --filler=X default in --help output
From: |
Shawn Wagner |
Subject: |
Re: [PATCH] datamash: fix --filler=X default in --help output |
Date: |
Tue, 17 May 2022 21:54:05 -0700 |
Applied.
On Sun, May 15, 2022 at 3:43 PM Tim Rice <trice@posteo.net> wrote:
>
> On Sun, May 15, 2022 at 05:04:00PM +0200, Erik Auerswald wrote:
> >The help output for the --filler=X option contains a format
> >specifier (%s) to print the default filler value, but it is
> >printed using fputs() and no value for %s is provided.
>
> Thanks Erik, I haven't looked closely yet, but this should be good. I've made
> a note to myself to take a closer look later -- no rush while I don't yet
> have write access to the repo :)
>
> Also happy for Shawn to push it up if it looks fine to him.
>
> ~ Tim
>