From 723c3cb1e91de37a30e6257101f2793bec42e808 Mon Sep 17 00:00:00 2001 From: Henning Boeger Date: Sat, 30 Nov 2013 15:03:40 +0100 Subject: [PATCH] Minor readme change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1694d3..2ed3d9d 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Point your browser to http://localhost:8080. lupo will print something like: Example 2: Full logging ----------------------- - If you prefer to see everything transmitted, use `-style full`. +Use `-style full` to see everything transmitted: lupo -from :8080 -to google.com:80 -style full @@ -98,7 +98,7 @@ This is how a sample Websocket exchange looks like (which is mixed plain text / Example 4: Log statistics ------------------------- -lupo prints statistics in a csv format, if you use the `-style stats` flag. +Use the `-style stats` flag to print statistics in a csv format: lupo -from :8080 -to google.com:80 -style stats