mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
pg_combinebackup: Fix small mistake in --help output
It was not showing that the --output option takes an argument.
This commit is contained in:
parent
d048a32789
commit
ab4346ebbf
@ -751,7 +751,7 @@ help(const char *progname)
|
||||
printf(_(" -d, --debug generate lots of debugging output\n"));
|
||||
printf(_(" -n, --dry-run do not actually do anything\n"));
|
||||
printf(_(" -N, --no-sync do not wait for changes to be written safely to disk\n"));
|
||||
printf(_(" -o, --output output directory\n"));
|
||||
printf(_(" -o, --output=DIRECTORY output directory\n"));
|
||||
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
|
||||
" relocate tablespace in OLDDIR to NEWDIR\n"));
|
||||
printf(_(" --clone clone (reflink) instead of copying files\n"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user