From 23d4d2383a6b36c38208a9d19fbe5756e2f645ef Mon Sep 17 00:00:00 2001 From: Jon Shaulis Date: Tue, 6 Sep 2016 01:44:24 -0400 Subject: [PATCH] Fix typos in usage --- plexupdate.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }