aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormutantturkey <mutantturke@gmail.com>2012-08-03 09:28:53 -0400
committermutantturkey <mutantturke@gmail.com>2012-08-03 09:28:53 -0400
commitb3aa1be134a2a18cda8fcb1c0692988d0dd8070a (patch)
treebb4c87ce5887d7fb50cfa183676bec90a6b6b254
parent722ee6c1498886ceef16dcbcbc0bdcc93c1ac4f8 (diff)
updated readme
-rw-r--r--fly-tools/README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/fly-tools/README.markdown b/fly-tools/README.markdown
index da42e9c..513eab5 100644
--- a/fly-tools/README.markdown
+++ b/fly-tools/README.markdown
@@ -17,7 +17,7 @@ FilterFlyMask runs some filtering operations on masks to ensure that the FlyTrac
Usage:
- FilterFlyMask -f <image filename> -r <ratio> -m <mask image> -o <outputFolderName>
+ FilterFlyMask -f <image-filename> -r <ratio> -m <mask-image> -o <outputFolderName>
filter-mask
-----------
@@ -26,7 +26,7 @@ filter-mask is an alternative fly filter that works much faster. It utilizes the
Usage:
- filter-mask -i <input> -o <output> -r <ratio>
+ filter-mask -i <input-file> -o <output-file> -r <ratio>
mask-generator
-------------