diff options
-rw-r--r-- | btreplay/btrecord.c | 2 | ||||
-rw-r--r-- | doc/btrecord.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/btreplay/btrecord.c b/btreplay/btrecord.c index 09329f7..88ab806 100644 --- a/btreplay/btrecord.c +++ b/btreplay/btrecord.c @@ -152,7 +152,7 @@ static struct option l_opts[] = { .val = 'm' }, { - .name = "max_pkts", + .name = "max-pkts", .has_arg = required_argument, .flag = NULL, .val = 'M' diff --git a/doc/btrecord.8 b/doc/btrecord.8 index f8477da..b4318ae 100644 --- a/doc/btrecord.8 +++ b/doc/btrecord.8 @@ -121,7 +121,7 @@ The default value is 10,000,000 nanoseconds (10 milliseconds). \-M <\fInum\fR> .br -\-\-max\-packets=<\fInum\fR> +\-\-max\-pkts=<\fInum\fR> .RS Set maximum number of packets per bunch. The \fI\-M\fR option requires a single parameter which specifies the |