From 0d11287c7ea889c616242e6ad7dacb8974837da7 Mon Sep 17 00:00:00 2001 From: jyapayne Date: Wed, 24 Oct 2012 20:23:39 -0600 Subject: [PATCH] Changed the file's examples to be more readable. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c496c1d..0ba4fb0 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,13 @@ Allows the user to input a program and watch the output. This is pretty much the same as watch except that it allows scrolling output. usage: - pwatch command [command args] +pwatch command [command args] examples: - pwatch tree -v - pwatch grep "stuff" * + +pwatch tree -v + +pwatch grep "stuff" * To exit, ctrl-c or ESC.