From aaccca1dc9b784ad216168e69b5a05e97a908d0a Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Sat, 2 Jan 2021 08:57:01 -0500 Subject: [PATCH] Clarify instructions --- lug-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 4de1369..2b33adb 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -363,7 +363,7 @@ getdirs() { message warning "An unexpected error has occurred. The helper is unable to proceed." return 1 elif [ "$(basename "$game_path")" != "StarCitizen" ]; then - message warning "You must select the directory named 'StarCitizen'" + message warning "You must select the Star Citizen base game directory.\n\nFor Example: prefix/drive_c/Program Files/Roberts Space Industries/StarCitizen" else # All good or cancel break