Browse Source

Just a spacing

pull/947/head
UltimateByte 9 years ago
committed by GitHub
parent
commit
259c0a6e74
  1. 4
      lgsm/functions/command_details.sh

4
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
}

Loading…
Cancel
Save