diff options
author | Jörg Sommer <joerg@jo-so.de> | 2023-05-31 19:45:59 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2023-10-11 00:38:32 +0200 |
commit | 60479a7a180a837df4d973b5b9b50f4cd566bef9 (patch) | |
tree | e1eaeb785efdea9e24bbff572378a1f5cacf5d53 /Functions/Misc/run-help-ssh | |
parent | 1ffc6d0ef58bd0e6e4e0cb170af8c3325d77b376 (diff) | |
download | zsh-60479a7a180a837df4d973b5b9b50f4cd566bef9.tar.gz zsh-60479a7a180a837df4d973b5b9b50f4cd566bef9.zip |
51812: run-help for docker, perf, podman, ssh, svnadmin
Diffstat (limited to 'Functions/Misc/run-help-ssh')
-rw-r--r-- | Functions/Misc/run-help-ssh | 6 |
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 |