diff options
author | Bruce Momjian | 2020-12-25 19:00:12 +0000 |
---|---|---|
committer | Bruce Momjian | 2020-12-25 19:00:22 +0000 |
commit | 26d60f2a6c1c93838a49ac4d685652b1bc92f547 (patch) | |
tree | 866fb2bc0620bf423c679e3d7ff06649a5612c50 /src | |
parent | 08db7c63f34e6d9a402af81596e303f5b38d19b0 (diff) |
fixes docs and missing initdb help option for commit 978f869b99
Reported-by: Erik Rijkers
Discussion: https://postgr.es/m/a27e7bb60fc4c4a1fe960f7b055ba822@xs4all.nl
Backpatch-through: master
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/initdb/initdb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 92594772f6c..4d07ce6e3ff 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -2326,6 +2326,8 @@ usage(const char *progname) printf(_(" -R, --authprompt prompt for a passphrase or PIN\n")); printf(_(" -s, --show show internal settings\n")); printf(_(" -S, --sync-only only sync data directory\n")); + printf(_(" -u, --copy-encryption-keys=DATADIR\n" + " copy the file encryption key from another cluster\n")); printf(_("\nOther options:\n")); printf(_(" -V, --version output version information, then exit\n")); printf(_(" -?, --help show this help, then exit\n")); |