From a41106dab72cbcaa02fce8bda8965d04e85f2d3a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 13 Jun 2024 11:52:35 +0200 Subject: Fix documentation of initdb --show option It wasn't in the documentation at all (even though we document all the other debugging-like options). Also, change the --help output to show that it exits after showing, similar to other options. --- src/bin/initdb/initdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/bin/initdb/initdb.c b/src/bin/initdb/initdb.c index 12ae194067f..f00718a0150 100644 --- a/src/bin/initdb/initdb.c +++ b/src/bin/initdb/initdb.c @@ -2481,7 +2481,7 @@ usage(const char *progname) printf(_(" -n, --no-clean do not clean up after errors\n")); printf(_(" -N, --no-sync do not wait for changes to be written safely to disk\n")); printf(_(" --no-instructions do not print instructions for next steps\n")); - printf(_(" -s, --show show internal settings\n")); + printf(_(" -s, --show show internal settings, then exit\n")); printf(_(" --sync-method=METHOD set method for syncing files to disk\n")); printf(_(" -S, --sync-only only sync database files to disk, then exit\n")); printf(_("\nOther options:\n")); -- cgit v1.2.3