From 259c0a6e74d7cc6892c21ab8371ced0f6a9dfe0e Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Wed, 27 Jul 2016 06:47:12 +0200 Subject: [PATCH] Just a spacing --- lgsm/functions/command_details.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index f3ea415a6..9a37f72ca 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -446,8 +446,8 @@ fn_details_mumble(){ echo -e "" { echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL" - echo -e "> Voice\tIN&OUT\t${port}\tudp" - echo -e "> ServerQuery\tIN&OUT\t${port}\ttcp" + echo -e "> Voice\tIN & OUT\t${port}\tudp" + echo -e "> ServerQuery\tIN & OUT\t${port}\ttcp" } | column -s $'\t' -t }