From ad4276b47d75107215ac6d905f3c4e677da89c2d Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Mon, 3 Jul 2017 20:10:53 -0400 Subject: [PATCH] Updating help in ytview --- ytview/ytview | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ytview/ytview b/ytview/ytview index c47c856..27d2961 100755 --- a/ytview/ytview +++ b/ytview/ytview @@ -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