datapath: Remove non-standard nla_put_be{16,32,64} functions.
[sliver-openvswitch.git] / utilities / ovs-discover.c
index 0feaa0f..a89ebc5 100644 (file)
@@ -397,6 +397,6 @@ usage(void)
                                       "running\n"
            "  -h, --help              display this help message\n"
            "  -V, --version           display version information\n",
-           ovs_rundir, program_name);
+           ovs_rundir(), program_name);
     exit(EXIT_SUCCESS);
 }