Message ID | 20131020083923.GA24034@r-ufm5-17.mtr.labs.mlnx (mailing list archive) |
---|---|
State | Accepted, archived |
Delegated to: | Ira Weiny |
Headers | show |
> -----Original Message----- > From: Dan Ben Yosef [mailto:danby@mellanox.com] > Sent: Sunday, October 20, 2013 1:39 AM > To: Weiny, Ira > Cc: linux-rdma@vger.kernel.org > Subject: [PATCH] ibportstate: on/off option is missing in help > > Signed-off-by: Dan Ben Yosef <danby@mellanox.com> Thanks applied, Ira > --- > src/ibportstate.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/ibportstate.c b/src/ibportstate.c index 54933c5..bf3c00c > 100644 > --- a/src/ibportstate.c > +++ b/src/ibportstate.c > @@ -388,7 +388,7 @@ int main(int argc, char **argv) > uint64_t val; > char *endp; > char usage_args[] = "<dest dr_path|lid|guid> <portnum> [<op>]\n" > - "\nSupported ops: enable, disable, reset, speed, espeed, fdr10,\n" > + "\nSupported ops: enable, disable, on, off, reset, speed, espeed, > fdr10,\n" > "\twidth, query, down, arm, active, vls, mtu, lid, smlid, lmc,\n" > "\tmkey, mkeylease, mkeyprot\n"; > const char *usage_examples[] = { > -- > 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/src/ibportstate.c b/src/ibportstate.c index 54933c5..bf3c00c 100644 --- a/src/ibportstate.c +++ b/src/ibportstate.c @@ -388,7 +388,7 @@ int main(int argc, char **argv) uint64_t val; char *endp; char usage_args[] = "<dest dr_path|lid|guid> <portnum> [<op>]\n" - "\nSupported ops: enable, disable, reset, speed, espeed, fdr10,\n" + "\nSupported ops: enable, disable, on, off, reset, speed, espeed, fdr10,\n" "\twidth, query, down, arm, active, vls, mtu, lid, smlid, lmc,\n" "\tmkey, mkeylease, mkeyprot\n"; const char *usage_examples[] = {
Signed-off-by: Dan Ben Yosef <danby@mellanox.com> --- src/ibportstate.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)