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

Commit94d4986

Browse files
committed
fix a typo in error message
1 parentc5887e7 commit94d4986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pg_probackup.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ main(int argc, char *argv[])
365365
else
366366
returndo_delete(current.backup_id);
367367
caseSHOW_CONFIG:
368-
if (argc>5)
369-
elog(ERROR,"show-config command doesn't accept any options");
368+
if (argc>6)
369+
elog(ERROR,"show-config command doesn't accept any options except -B and --instance");
370370
returndo_configure(true);
371371
caseSET_CONFIG:
372372
if (argc==5)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp