1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-08 03:41:37 +02:00
zsh/Functions/Misc/run-help-openssl
Jörg Sommer f093b41f09 51776: run-help-openssl: Reduce code and use new manpages
Openssl switches the naming of manpages to the common style
openssl-$SUBCOMMAND, e.g. openssl-enc. For backward compatibility try to
show the manpage with the old name if the new one doesn't exist.
2023-09-21 00:03:59 +02:00

1 line
42 B
Text

man openssl${1:+-$1} || man ${1:-openssl}