فهرست منبع

Merge pull request #969 from dgibbs64/development

Merge development, fix characters
Scarsz 9 سال پیش
والد
کامیت
0d5ef219bf
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 3 3
      lgsm/functions/command_fastdl.sh
  2. 1 1
      lgsm/functions/core_getopt.sh

+ 3 - 3
lgsm/functions/command_fastdl.sh

@@ -305,15 +305,15 @@ fn_fastdl_bzip2(){
 fn_fastdl_completed(){
 fn_fastdl_completed(){
 	# Finished message
 	# Finished message
 	echo ""
 	echo ""
-	fn_print_ok "Congratulations, it's done !"
+	fn_print_ok "Congratulations, it's done!"
 	fn_script_log "FastDL job done"
 	fn_script_log "FastDL job done"
 	sleep 2
 	sleep 2
 	echo -en "\n"
 	echo -en "\n"
 	echo ""
 	echo ""
-	fn_print_info "Need more doc ? See https://github.com/dgibbs64/linuxgsm/wiki/FastDL"
+	fn_print_info "Need more documentation? See https://github.com/dgibbs64/linuxgsm/wiki/FastDL"
 	echo -en "\n"
 	echo -en "\n"
 	if [ "$bzip2installed" == "0" ]; then
 	if [ "$bzip2installed" == "0" ]; then
-	echo "By the way, you'd better install bzip2 an re-run this command !"
+	echo "By the way, you'd better install bzip2 and re-run this command!"
 	fi
 	fi
 	echo "Credits : UltimateByte"
 	echo "Credits : UltimateByte"
 }
 }

+ 1 - 1
lgsm/functions/core_getopt.sh

@@ -234,7 +234,7 @@ case "${getopt}" in
 		echo -e "${blue}start\t${default}st |Start the server."
 		echo -e "${blue}start\t${default}st |Start the server."
 		echo -e "${blue}stop\t${default}sp |Stop the server."
 		echo -e "${blue}stop\t${default}sp |Stop the server."
 		echo -e "${blue}restart\t${default}r  |Restart the server."
 		echo -e "${blue}restart\t${default}r  |Restart the server."
-		echo -e "${blue}update\t${default}Checks and applies updates from SteamCMD."
+		echo -e "${blue}update\t${default}u  |Checks and applies updates from SteamCMD."
 		echo -e "${blue}force-update\t${default}fu |Bypasses the check and applies updates from SteamCMD."
 		echo -e "${blue}force-update\t${default}fu |Bypasses the check and applies updates from SteamCMD."
 		echo -e "${blue}update-functions\t${default}uf |Removes all functions so latest can be downloaded."
 		echo -e "${blue}update-functions\t${default}uf |Removes all functions so latest can be downloaded."
 		echo -e "${blue}validate\t${default}v  |Validate server files with SteamCMD."
 		echo -e "${blue}validate\t${default}v  |Validate server files with SteamCMD."