Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d4b2425

Browse files
committed
Add missing newline in help output.
Daniel Gustafsson Discussion: https://postgr.es/m/F2FB03F2-B112-4E51-842E-12C50DCA2F4A@yesql.se
1 parent 6e42130 commit d4b2425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ usage(void)
296296
printf(_("Options:\n"));
297297
printf(_(" -b, --old-bindir=BINDIR old cluster executable directory\n"));
298298
printf(_(" -B, --new-bindir=BINDIR new cluster executable directory (default\n"
299-
" same directory as pg_upgrade)"));
299+
" same directory as pg_upgrade)\n"));
300300
printf(_(" -c, --check check clusters only, don't change any data\n"));
301301
printf(_(" -d, --old-datadir=DATADIR old cluster data directory\n"));
302302
printf(_(" -D, --new-datadir=DATADIR new cluster data directory\n"));

0 commit comments

Comments
 (0)