Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitab4346e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_combinebackup/pg_combinebackup.c

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp