From dd36cef3361e3b5f93edfe73c407dac970e287b3 Mon Sep 17 00:00:00 2001 From: Steve Magnuson Date: Fri, 3 Apr 2020 10:13:06 -0700 Subject: [PATCH] Update comment on usage --- vnc-server-activity.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vnc-server-activity.sh b/vnc-server-activity.sh index 6dd1cc4..4d3e072 100755 --- a/vnc-server-activity.sh +++ b/vnc-server-activity.sh @@ -2,8 +2,11 @@ # Extracts Connection events for VNC server activity occuring in the past 24 hours # and emails results via patmail.sh and pat +# +# Usage: vnc-server-activity.sh [email-address[,email-address]...] +# -VERSION="1.1.0" +VERSION="1.1.1" # Pat and patmail.sh must be installed. If they are not, exit. command -v pat >/dev/null 2>&1 || exit 1