diff options
author | mutantturkey <mutantturke@gmail.com> | 2012-08-03 09:36:39 -0400 |
---|---|---|
committer | mutantturkey <mutantturke@gmail.com> | 2012-08-03 09:36:39 -0400 |
commit | 70ef8a5d3a7defe412f5d3400f4673f7fc5e6352 (patch) | |
tree | 71a0bd0d4451d4aa201f6becb089dfb447718c43 /fly-tools/README.markdown | |
parent | b60f78f975ae4a88b9aaa6301447ff9184223e2c (diff) |
added -Wextra flag to CPPFLAGS and CFLAGS
Diffstat (limited to 'fly-tools/README.markdown')
-rw-r--r-- | fly-tools/README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fly-tools/README.markdown b/fly-tools/README.markdown index 513eab5..ac94d8c 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-file> -o <output-file> -r <ratio> + filter-mask -i <input-file> -o <output-file> -r <ratio> mask-generator ------------- |