diff --git a/plexupdate.sh b/plexupdate.sh index ab98436..bc2a9a1 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -84,7 +84,7 @@ cronexit() { } usage() { - echo "Usage: $(basename $0) [-acdfFhlpqsuU]" + echo "Usage: $(basename $0) [-acdfFhlpqsuU] []" echo "" echo "" echo " -a Auto install if download was successful (requires root)" @@ -108,7 +108,7 @@ usage() { echo " --email Plex.TV email address" echo " --pass Plex.TV password" echo " --server Address of Plex Server" - echo " --saveconfig Save the command line arguments to " + echo " --saveconfig Save the configuration to config file" echo cronexit 0 }