From bc815772028d940f182f20af2b12ed37eb33bc42 Mon Sep 17 00:00:00 2001 From: Cyrille L Date: Mon, 14 Mar 2022 16:25:54 +0100 Subject: [PATCH] Fix Tool: isco --help --- etc/profile.d/echolib/tools.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/profile.d/echolib/tools.sh b/etc/profile.d/echolib/tools.sh index 18a78c9..191a9e4 100644 --- a/etc/profile.d/echolib/tools.sh +++ b/etc/profile.d/echolib/tools.sh @@ -227,7 +227,9 @@ case "$1" in isco_c="$I_Green" fi ;; + --help|help|-h|*) + isco__help ;; esac }