Browse Source

more typos

pull/2909/head
scott 5 years ago
parent
commit
317bd10c29
  1. 4
      lgsm/functions/info_messages.sh

4
lgsm/functions/info_messages.sh

@ -987,8 +987,8 @@ fn_info_message_bfv(){
echo -e ""
{
echo -e "${lightblue}DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL${default}"
echo -e "> Game/Query\tINBOUND\t${port}\tudp"
echo -e "> Query Steam\tINBOUND\t${queryport}\tudp"
echo -e "> Game\tINBOUND\t${port}\tudp"
echo -e "> Query\tINBOUND\t${queryport}\tudp"
} | column -s $'\t' -t
}

Loading…
Cancel
Save