From 60479a7a180a837df4d973b5b9b50f4cd566bef9 Mon Sep 17 00:00:00 2001 From: Jörg Sommer Date: Wed, 31 May 2023 19:45:59 +0200 Subject: 51812: run-help for docker, perf, podman, ssh, svnadmin --- Functions/Misc/run-help-ssh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Functions/Misc/run-help-ssh (limited to 'Functions/Misc/run-help-ssh') diff --git a/Functions/Misc/run-help-ssh b/Functions/Misc/run-help-ssh new file mode 100644 index 000000000..9c48596ff --- /dev/null +++ b/Functions/Misc/run-help-ssh @@ -0,0 +1,6 @@ +if [[ $# < 2 ]] +then + man ssh +else + run-help $2 +fi -- cgit v1.2.3