corrected typo in usage hint

This commit is contained in:
Philip Eisenlohr 2013-12-12 02:35:01 +00:00
parent 102712d91f
commit 10c8a1a3ce
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Filter rows according to condition and columns by either white or black listing.
Examples: Examples:
Every odd row if x coordinate is positive -- " #ip.x# >= 0.0 and #_row_#%2 == 1 ). Every odd row if x coordinate is positive -- " #ip.x# >= 0.0 and #_row_#%2 == 1 ).
All rows where label 'foo' equals 'bar' -- " #s#foo# == \"bar\" " All rows where label 'foo' equals 'bar' -- " #foo# == \"bar\" "
""" + string.replace(scriptID,'\n','\\n') """ + string.replace(scriptID,'\n','\\n')
) )