mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Improve documentation of postgres -C option
Clarify help (s/return/print/), and explain that this option is for use by other programs, not for user-facing use (it does not print units).
This commit is contained in:
@ -279,7 +279,7 @@ help(const char *progname)
|
||||
#endif
|
||||
printf(_(" -B NBUFFERS number of shared buffers\n"));
|
||||
printf(_(" -c NAME=VALUE set run-time parameter\n"));
|
||||
printf(_(" -C NAME return run-time parameter\n"));
|
||||
printf(_(" -C NAME print value of run-time parameter, then exit\n"));
|
||||
printf(_(" -d 1-5 debugging level\n"));
|
||||
printf(_(" -D DATADIR database directory\n"));
|
||||
printf(_(" -e use European date input format (DMY)\n"));
|
||||
|
Reference in New Issue
Block a user