1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-02-09 14:33:17 +02:00

Fix help of init command

This commit is contained in:
Arthur Zakirov 2017-12-04 14:29:50 +03:00
parent 6cc75e16e1
commit dd6a1f496c

View File

@ -131,7 +131,7 @@ help_pg_probackup(void)
static void
help_init(void)
{
printf(_("%s init -B backup-path -D pgdata-dir [-l]\n\n"), PROGRAM_NAME);
printf(_("%s init -B backup-path [-l]\n\n"), PROGRAM_NAME);
printf(_(" -B, --backup-path=backup-path location of the backup storage area\n"));
}