aboutsummaryrefslogtreecommitdiff
path: root/lib/vconn.c
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2009-07-28 22:16:50 -0700
committerJustin Pettit <jpettit@nicira.com>2009-07-28 22:16:50 -0700
commita5e54d9b6f8002f34cc792df69e6eda68cf95223 (patch)
tree5667dbde61b4f79f86dd04a5bc1be2c8ea9731bf /lib/vconn.c
parent4cff83cbad9c0ccd8575a001c7345066a2e6fa00 (diff)
parent3cdc31a4c3ab312cf41b00845d1316aff181ab1b (diff)
Merge commit 'origin/citrix'
Conflicts: configure.ac
Diffstat (limited to 'lib/vconn.c')
-rw-r--r--lib/vconn.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/vconn.c b/lib/vconn.c
index ee2fb0db..32109231 100644
--- a/lib/vconn.c
+++ b/lib/vconn.c
@@ -128,11 +128,11 @@ vconn_usage(bool active, bool passive, bool bootstrap UNUSED)
printf("\n");
if (active) {
printf("Active OpenFlow connection methods:\n");
- printf(" tcp:HOST[:PORT] "
- "PORT (default: %d) on remote TCP HOST\n", OFP_TCP_PORT);
+ printf(" tcp:IP[:PORT] "
+ "PORT (default: %d) at remote IP\n", OFP_TCP_PORT);
#ifdef HAVE_OPENSSL
- printf(" ssl:HOST[:PORT] "
- "SSL PORT (default: %d) on remote HOST\n", OFP_SSL_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");
}