Bug 461987 - Typos in description of command select-rows
Summary: Typos in description of command select-rows
Status: UNCONFIRMED
Alias: None
Product: RCPTT
Classification: Technology
Component: Infrastructure (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 1.5.6   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-12 06:54 EDT by Olga Yurchuk CLA
Modified: 2015-03-19 08:11 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olga Yurchuk CLA 2015-03-12 06:54:20 EDT
http://download.eclipse.org/rcptt/release/1.5.4/doc/ecl/index.html#select-rows

Incorrect: regext - value must match java regular expression
Correct: *regexp* - value must match java regular expression

Incorrect: select-rows -column "columnName" -value "value" -match exact|glob|regex 
Correct: select-rows -column "columnName" -value "value" -match exact|glob|*regexp*