From e39441f36bbff3d2dc4d63e42b2492bb6081c16a Mon Sep 17 00:00:00 2001 From: Philip Eisenlohr Date: Thu, 17 Mar 2016 19:02:30 -0400 Subject: [PATCH] corrected usage message to tell about string comparison in filter condition --- processing/post/filterTable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing/post/filterTable.py b/processing/post/filterTable.py index d375785dc..6723d9faf 100755 --- a/processing/post/filterTable.py +++ b/processing/post/filterTable.py @@ -35,7 +35,7 @@ Filter rows according to condition and columns by either white or black listing. Examples: Every odd row if x coordinate is positive -- " #ip.x# >= 0.0 and #_row_#%2 == 1 ). -All rows where label 'foo' equals 'bar' -- " #foo# == \"bar\" " +All rows where label 'foo' equals 'bar' -- " #s#foo# == 'bar' " """, version = scriptID)