mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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
This commit is contained in:
@ -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"));
|
||||
|
Reference in New Issue
Block a user