From 50a60c036993a8c29ac326849ab63fca3bfcf9b9 Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Thu, 7 Apr 2016 20:31:40 +0200 Subject: conntrack: show --src and --dst options in usage output. Signed-off-by: Mart Frauenlob --- src/conntrack.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conntrack.c') diff --git a/src/conntrack.c b/src/conntrack.c index dadbea5..ff030fe 100644 --- a/src/conntrack.c +++ b/src/conntrack.c @@ -547,8 +547,8 @@ static const char usage_update_parameters[] = static const char usage_parameters[] = "Common parameters and options:\n" - " -s, --orig-src ip\t\tSource address from original direction\n" - " -d, --orig-dst ip\t\tDestination address from original direction\n" + " -s, --src, --orig-src ip\t\tSource address from original direction\n" + " -d, --dst, --orig-dst ip\t\tDestination address from original direction\n" " -r, --reply-src ip\t\tSource addres from reply direction\n" " -q, --reply-dst ip\t\tDestination address from reply direction\n" " -p, --protonum proto\t\tLayer 4 Protocol, eg. 'tcp'\n" -- cgit v1.2.3