about summary refs log tree commit diff
path: root/Functions/Misc/run-help-ssh
blob: 9c48596ffb1ad531109edd4f932f0c6aa7606c11 (plain) (blame)
1
2
3
4
5
6
if [[ $# < 2 ]]
then
    man ssh
else
    run-help $2
fi