Missing newline in pg_upgrade usage()

Started by Daniel Gustafssonover 6 years ago2 messageshackers
Jump to latest
#1Daniel Gustafsson
daniel@yesql.se

In 959f6d6a1821 it seems that I fat-fingered and missed a newline in the usage
output, which makes --check become appended to -B rather than on its own line.
The attached diff fixes that.

cheers ./daniel

Attachments:

pg_upgrade_help_check.diffapplication/octet-stream; name=pg_upgrade_help_check.diff; x-unix-mode=0644Download+1-1
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Daniel Gustafsson (#1)
Re: Missing newline in pg_upgrade usage()

Daniel Gustafsson <daniel@yesql.se> writes:

In 959f6d6a1821 it seems that I fat-fingered and missed a newline in the usage
output, which makes --check become appended to -B rather than on its own line.
The attached diff fixes that.

Roger, pushed.

regards, tom lane