From 76351e9b69812c6757c9b5e1e36f99dba417b98d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 18 Oct 2010 09:33:42 +0000 Subject: Jérôme Pouiller: 28351: new help functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Functions/Misc/run-help-openssl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Functions/Misc/run-help-openssl (limited to 'Functions/Misc/run-help-openssl') diff --git a/Functions/Misc/run-help-openssl b/Functions/Misc/run-help-openssl new file mode 100644 index 000000000..c528418c8 --- /dev/null +++ b/Functions/Misc/run-help-openssl @@ -0,0 +1,7 @@ + +if [ $# -eq 0 ]; then + man openssl +else + man $1 +fi + -- cgit v1.2.3