diff mbox

[ovs-dev,3/3] ovn-trace: Minor cleanups.

Message ID 1470895754-84811-3-git-send-email-jpettit@ovn.org
State Accepted
Headers show

Commit Message

Justin Pettit Aug. 11, 2016, 6:09 a.m. UTC
Signed-off-by: Justin Pettit <jpettit@ovn.org>
---
 ovn/utilities/ovn-trace.8.xml | 6 +++---
 ovn/utilities/ovn-trace.c     | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Ben Pfaff Aug. 26, 2016, 3:50 p.m. UTC | #1
On Wed, Aug 10, 2016 at 11:09:14PM -0700, Justin Pettit wrote:
> Signed-off-by: Justin Pettit <jpettit@ovn.org>

Acked-by: Ben Pfaff <blp@ovn.org>
diff mbox

Patch

diff --git a/ovn/utilities/ovn-trace.8.xml b/ovn/utilities/ovn-trace.8.xml
index 411bf1c..747e130 100644
--- a/ovn/utilities/ovn-trace.8.xml
+++ b/ovn/utilities/ovn-trace.8.xml
@@ -137,9 +137,9 @@ 
   <p>
     OVN ``programs'' traces also tend to encounter long strings of logical
     flows with match expression <code>1</code> (which matches every packet)
-    the single action <code>next;</code>.  These are uninteresting and merely
-    clutter output, so <code>ovn-trace</code> omits them entirely even from
-    detailed output.
+    and the single action <code>next;</code>.  These are uninteresting
+    and merely clutter output, so <code>ovn-trace</code> omits them
+    entirely even from detailed output.
   </p>
 
   <p>
diff --git a/ovn/utilities/ovn-trace.c b/ovn/utilities/ovn-trace.c
index df2ff21..761b201 100644
--- a/ovn/utilities/ovn-trace.c
+++ b/ovn/utilities/ovn-trace.c
@@ -85,12 +85,12 @@  main(int argc, char *argv[])
     if (get_detach()) {
         if (argc != 0) {
             ovs_fatal(0, "non-option arguments not supported with --detach "
-                      "(use --help for help");
+                      "(use --help for help)");
         }
     } else {
         if (argc != 2) {
             ovs_fatal(0, "exactly two non-option arguments are required "
-                      "(use --help for help");
+                      "(use --help for help)");
         }
     }