Update help command

This commit is contained in:
Akash Manohar J 2015-07-28 13:27:33 +05:30
parent 2b56c64636
commit fcf7c0d41d

View File

@ -1,5 +1,5 @@
help_command () { help_command () {
echo "version: $(asdf_version)" echo "version: $(qwer_version)"
echo "" echo ""
cat $(asdf_dir)/help.txt cat $(qwer_dir)/help.txt
} }