We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e42130 commit d4b2425Copy full SHA for d4b2425
src/bin/pg_upgrade/option.c
@@ -296,7 +296,7 @@ usage(void)
296
printf(_("Options:\n"));
297
printf(_(" -b, --old-bindir=BINDIR old cluster executable directory\n"));
298
printf(_(" -B, --new-bindir=BINDIR new cluster executable directory (default\n"
299
- " same directory as pg_upgrade)"));
+ " same directory as pg_upgrade)\n"));
300
printf(_(" -c, --check check clusters only, don't change any data\n"));
301
printf(_(" -d, --old-datadir=DATADIR old cluster data directory\n"));
302
printf(_(" -D, --new-datadir=DATADIR new cluster data directory\n"));
0 commit comments