All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC] nvme-cli: propose 'c' vs 'r' for connect flag
@ 2016-09-22 22:37 Jay Freyensee
  2016-09-23  3:33 ` Christoph Hellwig
  0 siblings, 1 reply; 6+ messages in thread
From: Jay Freyensee @ 2016-09-22 22:37 UTC (permalink / raw)


I am not sure if it matters too much except in possibly
human usage understanding, but '-r' is used in the 'discover'
command for --raw.  Change the --reconnect-delay flag
single letter to something not being used in any fabrics
command.

Signed-off-by: Jay Freyensee <james_p_freyensee at linux.intel.com>
---
 fabrics.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fabrics.c b/fabrics.c
index dff5d6a..5e892fb 100644
--- a/fabrics.c
+++ b/fabrics.c
@@ -759,7 +759,7 @@ int connect(const char *desc, int argc, char **argv)
 		 "number of io queues to use (default is core count)" },
 		{"keep-alive-tmo", 'k', "LIST", CFG_STRING, &cfg.keep_alive_tmo, required_argument,
 			"keep alive timeout period in seconds" },
-		{"reconnect-delay", 'r', "LIST", CFG_STRING, &cfg.reconnect_delay, required_argument,
+		{"reconnect-delay", 'c', "LIST", CFG_STRING, &cfg.reconnect_delay, required_argument,
 			"reconnect timeout period in seconds" },
 		{0},
 	};
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-23 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-22 22:37 [PATCH RFC] nvme-cli: propose 'c' vs 'r' for connect flag Jay Freyensee
2016-09-23  3:33 ` Christoph Hellwig
2016-09-23 14:49   ` Steve Wise
2016-09-23 15:00   ` Keith Busch
2016-09-23 16:43     ` J Freyensee
2016-09-23 20:59       ` Sagi Grimberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.