Align installer's help menu.

This commit is contained in:
Christian Deacon
2025-02-26 17:11:49 -05:00
parent 2b79964407
commit 04e2f5b21a

View File

@@ -60,7 +60,7 @@ if [ "$HELP" -gt 0 ]; then
echo " --no-install Build the tool and/or LibXDP without installing them."
echo " --clean Remove build files for the tool and LibXDP."
echo " --no-static Do not statically link LibXDP and LibBPF object files when building the tool and rely on shared libraries (-lbpf and -lxdp flags)."
echo " --objdump Dumps the XDP/BPF object file using 'llvm-objdump' to Assemby into 'objdump.asm'."
echo " --objdump Dumps the XDP/BPF object file using 'llvm-objdump' to Assemby into 'objdump.asm'."
echo " --help Display this help message."
exit 0