소스 검색

changed to infomation

Daniel Gibbs 10 년 전
부모
커밋
f0c7d42f06
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      functions/fn_messages

+ 2 - 2
functions/fn_messages

@@ -129,10 +129,10 @@ fn_printerrornl(){
 }
 
 # Info!
-fn_printinfo(){
+fn_printinfomation(){
     echo -en "\e[0;36mInfo!\e[0m $@"
 }
 
-fn_printinfonl(){
+fn_printinfomationnl(){
     echo -e "\e[0;36mInfo!\e[0m $@"
 }