8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d048a32 commit ab4346eCopy full SHA for ab4346e
src/bin/pg_combinebackup/pg_combinebackup.c
@@ -751,7 +751,7 @@ help(const char *progname)
751
printf(_(" -d, --debug generate lots of debugging output\n"));
752
printf(_(" -n, --dry-run do not actually do anything\n"));
753
printf(_(" -N, --no-sync do not wait for changes to be written safely to disk\n"));
754
- printf(_(" -o, --output output directory\n"));
+ printf(_(" -o, --output=DIRECTORY output directory\n"));
755
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
756
" relocate tablespace in OLDDIR to NEWDIR\n"));
757
printf(_(" --clone clone (reflink) instead of copying files\n"));
0 commit comments