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

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

From
Michael Paquier
Date:
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(-)