projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
125ee67
)
vconn: Properly line up description for "tcp:" and "ssl:" usage.
author
Justin Pettit
<jpettit@nicira.com>
Tue, 7 Aug 2012 22:18:27 +0000
(15:18 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Tue, 7 Aug 2012 22:26:17 +0000
(15:26 -0700)
Signed-off-by: Justin Pettit <jpettit@nicira.com>
lib/vconn.c
patch
|
blob
|
history
diff --git
a/lib/vconn.c
b/lib/vconn.c
index 8b53b060b7c489f13d429ba31f141883d5498738..9271f4f155e93699ade8f5be7520ef495f4ffd22 100644
(file)
--- a/
lib/vconn.c
+++ b/
lib/vconn.c
@@
-138,10
+138,10
@@
vconn_usage(bool active, bool passive, bool bootstrap OVS_UNUSED)
printf("\n");
if (active) {
printf("Active OpenFlow connection methods:\n");
- printf(" tcp:IP[:PORT] "
+ printf(" tcp:IP[:PORT]
"
"PORT (default: %d) at remote IP\n", OFP_TCP_PORT);
#ifdef HAVE_OPENSSL
- printf(" ssl:IP[:PORT] "
+ printf(" ssl:IP[:PORT]
"
"SSL PORT (default: %d) at remote IP\n", OFP_SSL_PORT);
#endif
printf(" unix:FILE Unix domain socket named FILE\n");