summaryrefslogtreecommitdiffstats
path: root/src/conntrack.c
diff options
context:
space:
mode:
authorMart Frauenlob <mart.frauenlob@chello.at>2016-04-07 20:31:40 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2016-04-08 12:20:56 +0200
commit50a60c036993a8c29ac326849ab63fca3bfcf9b9 (patch)
tree256fa7c8e81dc0e6cfc1fc7b6db821361cb7c722 /src/conntrack.c
parent6d1d70345a76b4eee567b173fc7f4ad8be4024cb (diff)
conntrack: show --src and --dst options in usage output.
Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at>
Diffstat (limited to 'src/conntrack.c')
-rw-r--r--src/conntrack.c4
1 files changed, 2 insertions, 2 deletions
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"