ovs-vsctl: Make --help capitalization and spelling more consistent.
authorBen Pfaff <blp@nicira.com>
Wed, 14 Jul 2010 23:36:42 +0000 (16:36 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 15 Jul 2010 00:07:28 +0000 (17:07 -0700)
Reported-by: Reid Price <reid@nicira.com>
Bug #3175.

utilities/ovs-vsctl.c

index b5ab253..d9d3b63 100644 (file)
@@ -458,13 +458,13 @@ Switch commands:\n\
 \n\
 Database commands:\n\
   list TBL [REC]              list RECord (or all records) in TBL\n\
-  get TBL REC COL[:KEY]       print values of COLumns in RECORD in TBL\n\
+  get TBL REC COL[:KEY]       print values of COLumns in RECord in TBL\n\
   set TBL REC COL[:KEY]=VALUE set COLumn values in RECord in TBL\n\
   add TBL REC COL [KEY=]VALUE add (KEY=)VALUE to COLumn in RECord in TBL\n\
   remove TBL REC COL [KEY=]VALUE  remove (KEY=)VALUE from COLumn\n\
   clear TBL REC COL           clear values from COLumn in RECord in TBL\n\
   create TBL COL[:KEY]=VALUE  create and initialize new record\n\
-  destroy TBL REC             delete REC from TBL\n\
+  destroy TBL REC             delete RECord from TBL\n\
   wait-until TBL REC [COL[:KEY]=VALUE]  wait until condition is true\n\
 Potentially unsafe database commands require --force option.\n\
 \n\