1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-28 05:00:59 +01:00
zsh/Functions/Misc/run-help-ssh

6 lines
57 B
Text

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