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:
parent
6cc75e16e1
commit
dd6a1f496c
@ -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"));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user