From 0c2bbe007586d0bb3aade99162ac1360cffdcbe9 Mon Sep 17 00:00:00 2001 From: Scarsz Date: Mon, 1 Aug 2016 23:26:47 -0700 Subject: [PATCH 1/2] Missing portion of opt --- lgsm/functions/core_getopt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index 47cfbf1a7..f7c566d7f 100644 --- a/lgsm/functions/core_getopt.sh +++ b/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}stop\t${default}sp |Stop 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}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." From 4d7be97ba0c0cf7156fff24dc2d9c519f0fa17be Mon Sep 17 00:00:00 2001 From: Scarsz Date: Mon, 1 Aug 2016 23:44:11 -0700 Subject: [PATCH 2/2] Characters --- lgsm/functions/command_fastdl.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/command_fastdl.sh b/lgsm/functions/command_fastdl.sh index a0bb581e7..71a2ecff5 100644 --- a/lgsm/functions/command_fastdl.sh +++ b/lgsm/functions/command_fastdl.sh @@ -305,15 +305,15 @@ fn_fastdl_bzip2(){ fn_fastdl_completed(){ # Finished message echo "" - fn_print_ok "Congratulations, it's done !" + fn_print_ok "Congratulations, it's done!" fn_script_log "FastDL job done" sleep 2 echo -en "\n" 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" 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 echo "Credits : UltimateByte" }