C:\> help Open-OracleConnection
NAME
Open-OracleConnection
SYNOPSIS
Open a connection to a Oracle Database.
SYNTAX
Open-OracleConnection [-ConnectionName <String>] [-CommandTimeout <Int32>] [[-DataSource] <String>] [-ServiceName]
<String> [-Port <Int32>] -Credential <PSCredential> [<CommonParameters>]
...
...
One of the description lines began with a "." - this confuses the help so it counts it all as invalid and ignores it.
Before the change (note no synopsis):
After (synopsis now shown):