pgsql: Fix output of createuser --help with --valid-until

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix output of createuser --help with --valid-until
Date: 2022-07-13 23:38:50
Message-ID: E1oBlwQ-0002qM-7S@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix output of createuser --help with --valid-until

The argument required by --valid-until, a timestamp string, was missing
in the description of --help.

Author: Shinoda, Noriyoshi
Reviewed-by: Nathan Bossart
Discussion: https://postgr.es/m/DM4PR84MB1734A6CE3839A68B59BEA599EE899@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4ca9985957881c223b4802d309c0bbbcf8acd1c1

Modified Files
--------------
src/bin/scripts/createuser.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-07-14 02:23:51 pgsql: Remove support for Visual Studio 2013
Previous Message Tom Lane 2022-07-13 18:34:22 pgsql: Mop up pg_upgrade's nls.mk for commit b0a55e432.