We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cc75e1 commit dd6a1f4Copy full SHA for dd6a1f4
src/help.c
@@ -131,7 +131,7 @@ help_pg_probackup(void)
131
static void
132
help_init(void)
133
{
134
- 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);
135
printf(_(" -B, --backup-path=backup-path location of the backup storage area\n"));
136
}
137
0 commit comments