mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Fix help of init command
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ help_pg_probackup(void)
|
|||||||
static void
|
static void
|
||||||
help_init(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"));
|
printf(_(" -B, --backup-path=backup-path location of the backup storage area\n"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user