From: Kevin Day Date: Sun, 26 Apr 2020 04:23:34 +0000 (-0500) Subject: Cleanup: fix wording in help in regards to special options X-Git-Tag: 0.5.0~326 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=d9143089a6eefe16522727d666f514da9742f40c;p=fll Cleanup: fix wording in help in regards to special options --- 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 }