From 04e2f5b21a85f2c97b4645afb1faddbcc390679e Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Wed, 26 Feb 2025 17:11:49 -0500 Subject: [PATCH] Align installer's help menu. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 65f128f..fb87821 100755 --- a/install.sh +++ b/install.sh @@ -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