Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f9f1b commit 4ca9985Copy full SHA for 4ca9985
src/bin/scripts/createuser.c
@@ -426,7 +426,8 @@ help(const char *progname)
426
printf(_(" -R, --no-createrole role cannot create roles (default)\n"));
427
printf(_(" -s, --superuser role will be superuser\n"));
428
printf(_(" -S, --no-superuser role will not be superuser (default)\n"));
429
- printf(_(" -v, --valid-until password expiration date for role\n"));
+ printf(_(" -v, --valid-until=TIMESTAMP\n"
430
+ " password expiration date for role\n"));
431
printf(_(" -V, --version output version information, then exit\n"));
432
printf(_(" --interactive prompt for missing role name and attributes rather\n"
433
" than using defaults\n"));
0 commit comments