build.sh: Add -d to all features echo

This commit is contained in:
Mihir Lad 2020-07-24 19:01:02 -04:00
parent e60f8f6dc7
commit feadaecf88

View File

@ -39,7 +39,7 @@ usage() {
Build polybar-msg used to send ipc messages; disabled by default.
${COLORS[GREEN]}--all-features${COLORS[OFF]}
Enable all abovementioned features;
equal to -3 -a -p -n -m -c -i
equal to -3 -d -a -p -n -m -c -i
${COLORS[GREEN]}-g, --gcc${COLORS[OFF]}
Use GCC even if Clang is installed; disabled by default.
${COLORS[GREEN]}-j, --jobs${COLORS[OFF]}