From 67b732e8859710743ac636950712620da031ade5 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 4 Jan 2010 13:21:13 -0800 Subject: [PATCH] ovs-openflowd: Don't pass extra argument to printf(). --- utilities/ovs-openflowd.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/utilities/ovs-openflowd.c b/utilities/ovs-openflowd.c index 0b0580df8..7c61dbea1 100644 --- a/utilities/ovs-openflowd.c +++ b/utilities/ovs-openflowd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -559,8 +559,7 @@ usage(void) " --netflow=HOST:PORT configure NetFlow output target\n" "\nRate-limiting of \"packet-in\" messages to the controller:\n" " --rate-limit[=PACKETS] max rate, in packets/s (default: 1000)\n" - " --burst-limit=BURST limit on packet credit for idle time\n", - ovs_pkgdatadir); + " --burst-limit=BURST limit on packet credit for idle time\n"); daemon_usage(); vlog_usage(); printf("\nOther options:\n" -- 2.45.2