tomohulk / WinSCP

WinSCP PowerShell Wrapper Module
GNU General Public License v3.0
151 stars 29 forks source link

Typo in New-WinSCPSessionOption #121

Closed jeffreymcclain closed 4 years ago

jeffreymcclain commented 4 years ago

Issue Description

The description for the parameter "Protocol" is missing the "S3" accepted value. The description should be "Protocol to use for the session. Possible values are Protocol.Sftp (default), Protocol.Scp, Protocol.Ftp, Protocol.Webdav and Protocol.S3."

Example

https://github.com/dotps1/WinSCP/wiki/New-WinSCPSessionOption#-protocol

jeffreymcclain commented 4 years ago

For reference, I created a pull request to help make this relatively trivial fix: https://github.com/dotps1/WinSCP/pull/122

Feel free to either use it or create your own, once again thanks for your awesome module!