Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab4346e

Browse files
committed
pg_combinebackup: Fix small mistake in --help output
It was not showing that the --output option takes an argument.
1 parent d048a32 commit ab4346e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_combinebackup/pg_combinebackup.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ help(const char *progname)
751751
printf(_(" -d, --debug generate lots of debugging output\n"));
752752
printf(_(" -n, --dry-run do not actually do anything\n"));
753753
printf(_(" -N, --no-sync do not wait for changes to be written safely to disk\n"));
754-
printf(_(" -o, --output output directory\n"));
754+
printf(_(" -o, --output=DIRECTORY output directory\n"));
755755
printf(_(" -T, --tablespace-mapping=OLDDIR=NEWDIR\n"
756756
" relocate tablespace in OLDDIR to NEWDIR\n"));
757757
printf(_(" --clone clone (reflink) instead of copying files\n"));

0 commit comments

Comments
 (0)