From d7682dc4a25a6f16713dc5a32a7ed3e7349fcccb Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Sun, 10 Apr 2016 22:04:47 -0700 Subject: [PATCH] fix a stray '\n' missed during usage clean up --- plexupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexupdate.sh b/plexupdate.sh index 96d5d7e..214164f 100755 --- a/plexupdate.sh +++ b/plexupdate.sh @@ -102,7 +102,7 @@ usage() { echo " -r Print download URL and exit" echo " -s Auto start (needed for some distros)" echo " -u Auto update plexupdate.sh before running it (experimental)" - echo " -U Do not autoupdate plexupdate.sh (experimental, default)\n" + echo " -U Do not autoupdate plexupdate.sh (experimental, default)" echo exit 0 }