Re: pg_basebackup has an accidentaly separated help message - Mailing list pgsql-hackers

From Kyotaro Horiguchi
Subject Re: pg_basebackup has an accidentaly separated help message
Date
Msg-id 20231225.143916.1373028470352952909.horikyota.ntt@gmail.com
Whole thread Raw
In response to pg_basebackup has an accidentaly separated help message  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Responses Re: pg_basebackup has an accidentaly separated help message
List pgsql-hackers
> >    printf(_("  -i, --incremental=OLDMANIFEST\n"));
> >    printf(_("                         take incremental backup\n"));
> 
> I'd suggest merging these lines as follows (and the attached patch).
> 
> > +    printf(_("  -i, --incremental=OLDMANIFEST\n"
> > +             "                         take incremental backup\n"));

Sorry, but I found another instance of this.

>    printf(_("  -T, --tablespace-mapping=OLDDIR=NEWDIR\n"));
>    printf(_("                            relocate tablespace in OLDDIR to NEWDIR\n"));

The attached patch contains both of the above fixes.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: remaining sql/json patches
Next
From: Kyotaro Horiguchi
Date:
Subject: Should "CRC" be in uppercase?