From d9143089a6eefe16522727d666f514da9742f40c Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 25 Apr 2020 23:23:34 -0500 Subject: [PATCH] Cleanup: fix wording in help in regards to special options --- build/scripts/generate.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/scripts/generate.sh b/build/scripts/generate.sh index 7957185..78058fd 100644 --- a/build/scripts/generate.sh +++ b/build/scripts/generate.sh @@ -236,10 +236,10 @@ generate_help(){ echo -e " -${c_important}m$c_reset, --${c_important}monolithic${c_reset} Use FLL dependencies by monolithic (-lfll)." echo echo -e "${c_highlight}Special Options:$c_reset" - echo -e " --${c_important}enable-shared${c_reset} Forcibly do install shared files." - echo -e " --${c_important}disable-shared${c_reset} Forcibly do not install shared files." - echo -e " --${c_important}enable-static${c_reset} Forcibly do install static files." - echo -e " --${c_important}disable-static${c_reset} Forcibly do not install static files." + echo -e " --${c_important}enable-shared${c_reset} Forcibly do build shared files." + echo -e " --${c_important}disable-shared${c_reset} Forcibly do not build shared files." + echo -e " --${c_important}enable-static${c_reset} Forcibly do build static files." + echo -e " --${c_important}disable-static${c_reset} Forcibly do not build static files." echo } -- 1.8.3.1