diff --git a/bin/help.deps b/bin/help.deps index 3ad6c1d..eb3e65d 100755 --- a/bin/help.deps +++ b/bin/help.deps @@ -1,4 +1,5 @@ #!/usr/bin/env bash -echo "curl" -echo "jq" +echo "asdf-clang-tools requires the following dependencies to be installed:" +echo "- curl" +echo "- jq" diff --git a/bin/help.overview b/bin/help.overview index 94af043..6355d46 100755 --- a/bin/help.overview +++ b/bin/help.overview @@ -1,3 +1,9 @@ #!/usr/bin/env bash -echo "asdf plugin for clang tools - clang-format, clang-tidy, clang-query, clang-apply-replacements, and more" +echo "This is an asdf plugin for installing several clang tools:" +echo "- clang-format" +echo "- clang-tidy" +echo "- clang-query" +echo "- clang-apply-replacements" +echo "See https://github.com/cpp-linter/asdf-clang-tools for more information" +echo