1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-14 20:18:06 +02:00
zsh/Functions/Misc/run-help-ssh

6 lines
57 B
Text

if [[ $# < 2 ]]
then
man ssh
else
run-help $2
fi