diff --git a/lib/commands/help.sh b/lib/commands/help.sh index 09aae4bc..53fe1ab9 100644 --- a/lib/commands/help.sh +++ b/lib/commands/help.sh @@ -1,5 +1,5 @@ help_command () { - echo "version: $(asdf_version)" + echo "version: $(qwer_version)" echo "" - cat $(asdf_dir)/help.txt + cat $(qwer_dir)/help.txt }