diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-05-19 18:45:29 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-05-19 18:45:29 +0200 |
commit | 8e7912e73da008862180112cc6ba4d0aa5fa955d (patch) | |
tree | 4b05da87bfb9e8ec1914579f04bc4469451edb6b /src/bin/scripts/createuser.c | |
parent | e5f85744eaa5ca83ff4d27509ed094ca33ed485e (diff) |
Message style improvements
Diffstat (limited to 'src/bin/scripts/createuser.c')
-rw-r--r-- | src/bin/scripts/createuser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/createuser.c b/src/bin/scripts/createuser.c index 3f58759aa2c..0c7f454be50 100644 --- a/src/bin/scripts/createuser.c +++ b/src/bin/scripts/createuser.c @@ -433,7 +433,7 @@ help(const char *progname) printf(_(" -s, --superuser role will be superuser\n")); printf(_(" -S, --no-superuser role will not be superuser (default)\n")); printf(_(" -v, --valid-until=TIMESTAMP\n" - " password expiration date for role\n")); + " password expiration date and time for role\n")); printf(_(" -V, --version output version information, then exit\n")); printf(_(" --interactive prompt for missing role name and attributes rather\n" " than using defaults\n")); |