about summary refs log tree commit diff
path: root/Functions/Misc/run-help-openssl
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/run-help-openssl')
-rw-r--r--Functions/Misc/run-help-openssl8
1 files changed, 1 insertions, 7 deletions
diff --git a/Functions/Misc/run-help-openssl b/Functions/Misc/run-help-openssl
index c528418c8..e4e45070e 100644
--- a/Functions/Misc/run-help-openssl
+++ b/Functions/Misc/run-help-openssl
@@ -1,7 +1 @@
-
-if [ $# -eq 0 ]; then
-    man openssl
-else
-    man $1
-fi
-
+man openssl${1:+-$1} || man ${1:-openssl}