ovs-ofctl: Correct help text for add-groups
authorSimon Horman <simon.horman@netronome.com>
Wed, 24 Sep 2014 04:43:19 +0000 (13:43 +0900)
committerBen Pfaff <blp@nicira.com>
Fri, 26 Sep 2014 17:45:06 +0000 (10:45 -0700)
It is add-groups rather than add-group that takes FILE as an argument.

Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-ofctl.c

index 4a90155..8dcd72c 100644 (file)
@@ -334,7 +334,7 @@ usage(void)
            "                              print packets received from SWITCH\n"
            "  snoop SWITCH                snoop on SWITCH and its controller\n"
            "  add-group SWITCH GROUP      add group described by GROUP\n"
-           "  add-group SWITCH FILE       add group from FILE\n"
+           "  add-groups SWITCH FILE      add group from FILE\n"
            "  mod-group SWITCH GROUP      modify specific group\n"
            "  del-groups SWITCH [GROUP]   delete matching GROUPs\n"
            "  dump-group-features SWITCH  print group features\n"