summaryrefslogtreecommitdiff
path: root/Functions/Misc/run-help-openssl
blob: c528418c8ddce9854e9765be78c785ca129f06ea (plain)
1
2
3
4
5
6
7
if [ $# -eq 0 ]; then
    man openssl
else
    man $1
fi