Telnet Using Source IP Address On a Cisco

I ran into a spot of bother trying to get to a remote router due to incorrect access list.  To save me a long drive I came across the following command so I could telnet using the source IP address rather than just the interface.

# telnet {ip} /source-interface {interface} /route:{sourceIP}

eg

# telnet 192.168.61.152 /source-interface gigabitEthernet0/24 /route:192.168.61.153