From 9ffe07d86b62d7e0dbb379db4b04dedd2c06be68 Mon Sep 17 00:00:00 2001 From: Bryan Call Date: Wed, 15 Feb 2017 13:52:44 -0800 Subject: [PATCH] Updates to the help output for tsxs --- tools/tsxs.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/tsxs.in b/tools/tsxs.in index aa7c0eb2569..34938b6fa7d 100755 --- a/tools/tsxs.in +++ b/tools/tsxs.in @@ -55,8 +55,9 @@ $0 : a tool to compile, link and install trafficserver plugins. Compilation and Linking Options: -o modulename.so ## the name of the module -I include ## add -Iinclude to CFLAGS --L library path ## add -Lpath to LDFLAGS +-L library path ## add -Lpath to LDFLAGS -l library ## add -llib to the LDFLAGS +-v ## verbose, turn on debugging Installation Options: -o modulename.so ## the name of the module