summaryrefslogtreecommitdiffstats
path: root/arptables.c
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <brouer@redhat.com>2014-03-02 22:08:30 +0100
committerBart De Schuymer <bdschuym@pandora.be>2014-03-02 22:08:30 +0100
commit9fcaf703f93658ec0ae2ae1013b191a76835b94a (patch)
tree8ec350c51207ed783fa41e8bd81f11ebbc32b47c /arptables.c
parent36daba3cd378cabf915fa6ef882ad3dc7add4282 (diff)
arptables: add missing long option --set-counters and update documentation
Diffstat (limited to 'arptables.c')
-rw-r--r--arptables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arptables.c b/arptables.c
index 4da6fea..3fb8ed5 100644
--- a/arptables.c
+++ b/arptables.c
@@ -152,6 +152,7 @@ static struct option original_opts[] = {
{ "help", 2, 0, 'h' },
{ "line-numbers", 0, 0, '0' },
{ "modprobe", 1, 0, 'M' },
+ { "set-counters", 1, 0, 'c' },
{ 0 }
};
@@ -529,7 +530,7 @@ exit_printhelp(void)
" --line-numbers print line numbers when listing\n"
" --exact -x expand numbers (display exact values)\n"
" --modprobe=<command> try to insert modules using this command\n"
-" --set-counters PKTS BYTES set the counter during insert/append\n"
+" --set-counters -c PKTS BYTES set the counter during insert/append\n"
"[!] --version -V print package version.\n");
printf(" opcode strings: \n");
for (i = 0; i < NUMOPCODES; i++)