Skip to content

Commit dd6a1f4

Browse files
committed
Fix help of init command
1 parent 6cc75e1 commit dd6a1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ help_pg_probackup(void)
131131
static void
132132
help_init(void)
133133
{
134-
printf(_("%s init -B backup-path -D pgdata-dir [-l]\n\n"), PROGRAM_NAME);
134+
printf(_("%s init -B backup-path [-l]\n\n"), PROGRAM_NAME);
135135
printf(_(" -B, --backup-path=backup-path location of the backup storage area\n"));
136136
}
137137

0 commit comments

Comments
 (0)