From: Ben Pfaff Date: Wed, 14 Jul 2010 23:36:42 +0000 (-0700) Subject: ovs-vsctl: Make --help capitalization and spelling more consistent. X-Git-Tag: v1.1.0pre1~181 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4f1361e8572832bcd5fa52bc0ec66234b49ac777;p=sliver-openvswitch.git ovs-vsctl: Make --help capitalization and spelling more consistent. Reported-by: Reid Price Bug #3175. --- diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c index b5ab2530c..d9d3b638f 100644 --- a/utilities/ovs-vsctl.c +++ b/utilities/ovs-vsctl.c @@ -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\