diff --git a/etc/profile.d/help50.sh b/etc/profile.d/help50.sh index 8971b4b..a805c1e 100644 --- a/etc/profile.d/help50.sh +++ b/etc/profile.d/help50.sh @@ -72,7 +72,7 @@ function _help50() { # Try to get help for helper in $HELPERS/*; do if [[ -f $helper && -x $helper ]]; then - local help=$($helper <<< "$typescript") + local help=$($helper $argv <<< "$typescript") if [[ -n "$help" ]]; then break fi