From d834faeac80fb21ac9835e8443ec0c3edfd790ef Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 9 Aug 2016 18:22:26 +0530 Subject: [PATCH] Fix README Fix README --- README.md | 2 +- tools/camelot | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ceee80..3ebe92b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ camelot methods: lattice Looks for lines between data. stream Looks for spaces between data. -See 'camelot -h' for more information on a specific method. +See 'camelot <method> -h' for more information on a specific method. ## Dependencies diff --git a/tools/camelot b/tools/camelot index 0d1d36a..ffed316 100755 --- a/tools/camelot +++ b/tools/camelot @@ -37,7 +37,7 @@ See 'camelot -h' for more information on a specific method. """ lattice_doc = """ -Lattice method looks for lines between data to form a table. +Lattice method looks for lines between text to form a table. usage: camelot lattice [options] [--] @@ -58,7 +58,7 @@ options: """ stream_doc = """ -Stream method looks for spaces between data to form a table. +Stream method looks for whitespaces between text to form a table. usage: camelot stream [options] [--]