Skip to content

Commit

Permalink
Align installer's help menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Feb 26, 2025
1 parent 2b79964 commit 04e2f5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 04e2f5b

Please sign in to comment.