]> Kevux Git Server - fll/commitdiff
Cleanup: fix wording in help in regards to special options
authorKevin Day <thekevinday@gmail.com>
Sun, 26 Apr 2020 04:23:34 +0000 (23:23 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 26 Apr 2020 04:23:34 +0000 (23:23 -0500)
build/scripts/generate.sh

index 79571857da0dfa9a928eb497502dec65b21664ca..78058fd1fbdbcd139b49a0b225dcc220cd882b62 100644 (file)
@@ -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
 }