Files
zsh/Functions/Misc/run-help-openssl
2010-10-18 09:33:42 +00:00

8 lines
59 B
Plaintext

if [ $# -eq 0 ]; then
man openssl
else
man $1
fi