mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
fix a typo in error message
This commit is contained in:
parent
c5887e72fb
commit
94d4986356
@ -365,8 +365,8 @@ main(int argc, char *argv[])
|
||||
else
|
||||
return do_delete(current.backup_id);
|
||||
case SHOW_CONFIG:
|
||||
if (argc > 5)
|
||||
elog(ERROR, "show-config command doesn't accept any options");
|
||||
if (argc > 6)
|
||||
elog(ERROR, "show-config command doesn't accept any options except -B and --instance");
|
||||
return do_configure(true);
|
||||
case SET_CONFIG:
|
||||
if (argc == 5)
|
||||
|
Loading…
Reference in New Issue
Block a user