Adding help and usage picture to taste

This commit is contained in:
Alex Epstein 2017-06-30 01:21:27 -04:00
parent a773f4ed99
commit 7f89211e6d
2 changed files with 11 additions and 0 deletions

View File

@ -166,6 +166,17 @@ printInfo()
}
usage()
{
echo "Taste tool"
echo "Usage: taste [flag] [item]"
echo " -i Get more information on similar items"
echo " -s Get information on the item itself"
echo " -u Update Bash-Snippet Tools"
echo " -h Show the help"
echo " -v Get the tool version"
}
getConfiguredClient || exit 1
checkInternet || exit 1

BIN
taste/taste.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 KiB