From d32d1e804e72fefb34d43537446132829354ca01 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 18 Feb 2022 14:18:02 -0300 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index a1e66bc..aab354c 100755 --- a/install.sh +++ b/install.sh @@ -569,9 +569,9 @@ usage() { cat << EOF usage: ${0##*/} [command] -h Print this help message. - -d Print log to stdout and calsais.log file. + -d Print log to STDOUT and calsais.log file. -f Print log to calsais.log file. - -s Print log to stdout. + -s Print log to STDOUT. EOF }