mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-14 20:18:06 +02:00
6 lines
57 B
Text
6 lines
57 B
Text
if [[ $# < 2 ]]
|
|
then
|
|
man ssh
|
|
else
|
|
run-help $2
|
|
fi
|