Re: pg_basebackup has an accidentaly separated help message

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pg_basebackup has an accidentaly separated help message
Date: 2023-12-25 05:39:16
Message-ID: 20231225.143916.1373028470352952909.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
pg_basebackup_merge_help.diff text/x-patch 1.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2023-12-25 05:51:24 Should "CRC" be in uppercase?
Previous Message jian he 2023-12-25 05:03:27 Re: remaining sql/json patches