Updating help in ytview

This commit is contained in:
Alex Epstein 2017-07-03 20:10:53 -04:00
parent 89b37e2296
commit ad4276b47d
1 changed files with 6 additions and 3 deletions

View File

@ -170,9 +170,12 @@ searchview()
usage()
{
echo "Usage: ytview [flag] [string]"
echo " -s Searches youtube"
echo " -c Shows the latest videos of a channel"
echo "Usage: ytview [flag] [string] or ytview [videoToSearch]"
echo " -s Searches youtube"
echo " -c Shows the latest videos of a channel"
echo " -u Update Bash-Snippet Tools"
echo " -h Show the help"
echo " -v Get the tool version"
}
getConfiguredClient || exit 1