diff options
| author | Bruce Momjian | 2003-06-11 05:13:12 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-06-11 05:13:12 +0000 |
| commit | e1d3a8388929d58717e38336b9fbd09eff8f6df4 (patch) | |
| tree | dd40a6ef02f84372de53056f56596e9a0f31fafa /src/bin/scripts/createuser.c | |
| parent | b728c9956c15a8eb052b89a27d140178a9351a0b (diff) | |
Document the -h client flag can use a socket directory as well as a host
name.
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 c443f7c377..6322635957 100644 --- a/src/bin/scripts/createuser.c +++ b/src/bin/scripts/createuser.c @@ -248,7 +248,7 @@ help(const char *progname) printf(_(" --help show this help, then exit\n")); printf(_(" --version output version information, then exit\n")); printf(_("\nConnection options:\n")); - printf(_(" -h, --host=HOSTNAME database server host\n")); + printf(_(" -h, --host=HOSTNAME database server host or socket directory\n")); printf(_(" -p, --port=PORT database server port\n")); printf(_(" -U, --username=USERNAME user name to connect as (not the one to create)\n")); printf(_(" -W, --password prompt for password to connect\n")); |
