From: Ben Pfaff Date: Mon, 4 Jan 2010 21:21:13 +0000 (-0800) Subject: ovs-openflowd: Don't pass extra argument to printf(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b732e8859710743ac636950712620da031ade5;p=openvswitch ovs-openflowd: Don't pass extra argument to printf(). --- diff --git a/utilities/ovs-openflowd.c b/utilities/ovs-openflowd.c index 0b0580df..7c61dbea 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"