Missing newline in pg_upgrade usage()
Started by Daniel Gustafssonover 6 years ago2 messageshackers
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
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