PuTTY shortcut using target: How to specify port?

I'd like to create a shortcut for connecting to my web server + logging in on Putty. The following has always worked for me but I recently have gotten a new web host that connects with a port other than the default 22, thus my normal target line doesn't work anymore:

"C:\Program Files\PuTTY\putty.exe" <user>@<host> -pw <password>

How do I to specify the port?


Solution 1:

From the documentation:

... -P otherport ...