improve the help message about psql -F - Mailing list pgsql-hackers

From Jov
Subject improve the help message about psql -F
Date
Msg-id CADyrUxPEPqc77O6WDz23pNF2HYLbioe9HtTHxLnmtuvY-ijqpQ@mail.gmail.com
Whole thread Raw
Responses Re: improve the help message about psql -F  (Jov <amutu@amutu.com>)
Re: improve the help message about psql -F  (Marti Raudsepp <marti@juffo.org>)
List pgsql-hackers
in the offical doc,-F say:
Use separator as the field separator for unaligned output. 

but in the psql --help,-F say:
set field separator (default: "|")

if user don't read the offical doc carefully,he can use:

psql -F , -c 'select ...' 
But can't get what he want.
It is a bad user Experience.

I make a patch change the help message for -F to:
set field separator for unaligned output (default: "|")

patch for head attached.

Attachment

pgsql-hackers by date:

Previous
From: Kyotaro HORIGUCHI
Date:
Subject: Funny representation in pg_stat_statements.query.
Next
From: Pavel Stehule
Date:
Subject: Re: plpgsql.warn_shadow