about summary refs log tree commit diff
path: root/Functions/Misc/run-help-ssh
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/run-help-ssh')
-rw-r--r--Functions/Misc/run-help-ssh6
1 files changed, 6 insertions, 0 deletions
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