From b943c0d5f7bca820aff098bbc2e528340e2438f2 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Mon, 24 Feb 2025 18:54:51 -0500 Subject: [PATCH] Update help menu in install.sh. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 211dd88..418eb4e 100755 --- a/install.sh +++ b/install.sh @@ -39,7 +39,7 @@ while [[ $# -gt 0 ]]; do echo " --libxdp Build and install LibXDP before building the tool." 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 Statically link LibXDP and LibBPF object files when building the tool." + 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 " --help Display this help message." exit 0