1
0
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:
Anastasia 2017-06-01 13:03:54 +03:00
parent c5887e72fb
commit 94d4986356

View File

@ -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)