diff mbox

ibportstate: on/off option is missing in help

Message ID 20131020083923.GA24034@r-ufm5-17.mtr.labs.mlnx (mailing list archive)
State Accepted, archived
Delegated to: Ira Weiny
Headers show

Commit Message

Dan Ben Yosef Oct. 20, 2013, 8:39 a.m. UTC
Signed-off-by: Dan Ben Yosef <danby@mellanox.com>
---
 src/ibportstate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Ira Weiny Oct. 21, 2013, 5:28 a.m. UTC | #1
> -----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 mbox

Patch

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[] = {