Explorar el Código

Just a spacing

UltimateByte hace 10 años
padre
commit
259c0a6e74
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lgsm/functions/command_details.sh

+ 2 - 2
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
 }