debian init script and config file documentation fixes

This commit is contained in:
József Kószó
2014-03-21 14:18:07 +01:00
parent 2d48d5aee4
commit 2a6c835a5a
5 changed files with 7 additions and 7 deletions

View File

@@ -1864,7 +1864,7 @@ help(const char *progname)
printf(_(" -D, --data-dir=DIR local directory where the files will be\n" \
" copied to\n"));
printf(_(" -l, --local-port=PORT standby or witness server local port\n"));
printf(_(" -f, --config_file=PATH path to the configuration file\n"));
printf(_(" -f, --config-file=PATH path to the configuration file\n"));
printf(_(" -R, --remote-user=USERNAME database server username for rsync\n"));
printf(_(" -w, --wal-keep-segments=VALUE minimum value for the GUC\n" \
" wal_keep_segments (default: 5000)\n"));